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


IFeatureLayer.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 > IFeatureLayer Interface > IFeatureLayer.Selectable Property
ArcGIS Developer Help

IFeatureLayer.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

IFeatureLayer Interface

.NET Samples

Editing using a custom form Executing geoprocessing tools in the background Custom selection extension Create a custom selection extension by extending ArcObjects Create a custom selection extension by extending ArcObjects