ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / ILayerContainerEdit Interface / CanRemoveLayers Method
An enumerable of Layers to be removed.

In This Topic
    CanRemoveLayers Method (ILayerContainerEdit)
    In This Topic
    Determins if the layers can be removed from the container.
    Syntax
    bool CanRemoveLayers( 
       IEnumerable<Layer> layers
    )
    Function CanRemoveLayers( _
       ByVal layers As IEnumerable(Of Layer) _
    ) As Boolean

    Parameters

    layers
    An enumerable of Layers to be removed.

    Return Value

    True if the layers can be removed. False otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also