ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IItemFactory Interface

In This Topic
    IItemFactory Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     Method Gets if the dataset for the item can be retrieved.  
     Method Gets if the definition for the item can be retrieved.  
     Method Defines the factory create method all factories must implement.  
     MethodGets the ArcGIS.Core.Data.Dataset associated with the item corresponding to Item.Path. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodGets the ArcGIS.Core.Data.DatasetType for the item. If the dataset type cannot be determined, then ArcGIS.Core.Data.DatasetType.Unknown is returned.  
     MethodGets the ArcGIS.Core.Data.Definition associated with the item corresponding to Item.Path. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodOverloaded.   
    Top
    See Also