This document is archived and information here might be outdated.  Recommended version.


IFeatureLayer2.Selectable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureLayer2 Interface > IFeatureLayer2.Selectable Property
ArcGIS Developer Help

IFeatureLayer2.Selectable Property

Indicates if layer is selectable.

[Visual Basic .NET]
Public Property Selectable As Boolean
[C#]
public bool Selectable {get; set;}
[C++]
HRESULT get_Selectable(
  Boolean* Value
);
[C++]
HRESULT put_Selectable(
  VARIANT_BOOL Value
);
[C++]
Parameters
Value [out, retval]

Value is a parameter of type bool* Value [in]
Value is a parameter of type 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.

See Also

IFeatureLayer2 Interface