ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / BasicFeatureLayer Class / IsSelectable Property

In This Topic
    IsSelectable Property (BasicFeatureLayer)
    In This Topic
    Gets whether the basic feature layer is selectable.
    Syntax
    public bool IsSelectable {get;}
    Public ReadOnly Property IsSelectable As Boolean
    Remarks
    A layer's selectability only affects interactive selecting features of a layer off a map view, it does not have any affect when Select or SetSelection methods are called.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.0 or higher.
    See Also