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

In This Topic
    CanRemoveLayers Method (NitfLayer)
    In This Topic
    Determines if the layers can be removed from the container.
    Syntax
    public bool CanRemoveLayers( 
       IEnumerable<Layer> layers
    )
    Public 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