This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayer2 Interface > IFeatureLayer2.Selectable Property (ArcObjects .NET 10.5 SDK) |
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
Indicates whether the layer's features are selectable.
The default value for Selectable is False.