Indicates if layer is selectable.
[Visual Basic .NET] Public Property Selectable As Boolean
[C#] public bool Selectable {get; set;}
[C++]
HRESULT get_Selectable(
VARIANT_BOOL* Value
);
[C++]
HRESULT put_Selectable(
VARIANT_BOOL Value
);
[C++]Parameters
Value [out, retval] Value is a parameter of type VARIANT_BOOL Value [in] Value is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Indicates whether the layer's features are selectable.
Remarks
The default value for Selectable is False.