ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core.Geoprocessing Namespace / IGPItemInfo Interface

In This Topic
    IGPItemInfo Interface Properties
    In This Topic

    For a list of all members of this type, see IGPItemInfo members.

    Public Properties
     NameDescription
     Property Short item desctiption  
     Property true when ItemType is "toolbox" or "toolset"  
     Property return true when item is valid and not container  
     Property Gets if the item info is a portal item info  
     Property true if system tool  
     Property Gets if the item is valid  
     Property returns: tool - {toolbox_alias}.{ItemName}, toolbox - {toolbox_alias}, toolset - {}  
     Property Tool/Toolset/Toolbox name  
     Property return ["function", "model", "script", "pythonscript", "custom", "server", "toolbox", "toolset"]  
     Property returns null or a comma separated string of prohibited actions  
     Property Display name  
    Top
    See Also