Name | Description | |
---|---|---|
Layers | Gets a read-only collection of layers from the container. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) |
The following tables list the members exposed by ILayerContainerEdit.
Name | Description | |
---|---|---|
Layers | Gets a read-only collection of layers from the container. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) |
Name | Description | |
---|---|---|
CanRemoveLayer | Determins if a layer can be removed from the container. | |
CanRemoveLayers | Determins if the layers can be removed from the container. | |
FindLayer | Finds a layer using a URI. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) | |
FindLayers | Finds layers by name. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) | |
GetLayersAsFlattenedList | Returns a read only flat list of layers where nested groups are not preserved. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) | |
GetSnapshot | Returns a read-only snapshot of the layers in the container. (Inherited from ArcGIS.Desktop.Mapping.ILayerContainer) | |
MoveLayer | Move a layer to another position within the container. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveLayer | Removes a layer from the container. This method must be called on the MCT. Use QueuedTask.Run. | |
RemoveLayers | Remove multiple layers from the container. This method must be called on the MCT. Use QueuedTask.Run. |