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

In This Topic
    ILayerContainerEdit Interface Methods
    In This Topic

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

    Public Methods
     NameDescription
     Method Determins if a layer can be removed from the container.  
     Method Determins if the layers can be removed from the container.  
     Method Finds a layer using a URI. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer)
     Method Finds layers by name. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer)
     Method Returns a read only flat list of layers where nested groups are not preserved. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer)
     Method Returns a read-only snapshot of the layers in the container. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer)
     Method Move a layer to another position within the container. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Removes a layer from the container. This method must be called on the MCT. Use QueuedTask.Run.  
     Method Remove multiple layers from the container. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also