ArcGIS Pro 3.7 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 ReadOnly Property IsSelectable As Boolean
    public bool IsSelectable {get;}
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also