ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ILayerFactory Interface

In This Topic
    ILayerFactory Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     Method Gets if the the layer can be copied. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Indicates whether a layer can be created using the specified LayerCreationParams and added to the container. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Indicates whether a layer can be created from an Item.  
     MethodIndicates whether Layers can be created using the specified BulkLayerCreationParams and added to the container.  
     Method Copy a layer. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Create a group layer. This method must be called on the MCT. Use QueuedTask.Run.  
     MethodOverloaded.   
     MethodOverloaded.   
    Top
    See Also