ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / NitfLayer Class / CanRemoveLayer Method
A Layer to be removed.

In This Topic
    CanRemoveLayer Method (NitfLayer)
    In This Topic
    Determines if a layer can be removed from the container.
    Syntax
    public bool CanRemoveLayer( 
       Layer layer
    )
    Public Function CanRemoveLayer( _
       ByVal layer As Layer _
    ) As Boolean

    Parameters

    layer
    A Layer to be removed.

    Return Value

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also