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

In This Topic
    IsSelectable Property (ImageServiceLayer)
    In This Topic
    Gets whether the image service layer is selectable.
    Syntax
    public bool IsSelectable {get;}
    Public ReadOnly Property IsSelectable As Boolean
    Remarks
    If the layer does not support selection (see SupportsSelection, then this property will always return false.

    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.5 or higher.
    See Also