ArcGIS Pro 3.5 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.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also