ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / FeatureSceneLayer Class / IsSelectable Property

In This Topic
    IsSelectable Property (FeatureSceneLayer)
    In This Topic
    Gets whether the feature scene layer is selectable.
    Syntax
    Public ReadOnly Property IsSelectable As Boolean
    public bool IsSelectable {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also