IGPItemInfo Interface Properties
In This Topic
For a list of all members of this type, see IGPItemInfo members.
Public Properties
| | Name | Description |
 | Description |
Short item desctiption
|
 | IsContainer |
true when ItemType is "toolbox" or "toolset"
|
 | IsExecutable |
return true when item is valid and not container
|
 | IsPortal |
Gets if the item info is a portal item info
|
 | IsSystem |
true if system tool
|
 | IsValid |
Gets if the item is valid
|
 | ItemID |
returns: tool - {toolbox_alias}.{ItemName}, toolbox - {toolbox_alias}, toolset - {}
|
 | ItemName |
Tool/Toolset/Toolbox name
|
 | ItemType |
return ["function", "model", "script", "pythonscript", "custom", "server", "toolbox", "toolset"]
|
 | Limits |
returns null or a comma separated string of prohibited actions
|
 | Title |
Display name
|
Top
See Also