ArcObjects Library Reference (Carto)  

IMapLayerInfo3.CanSelect Property

Indicates if the layer supports feature selection.

[Visual Basic .NET]
Public ReadOnly Property CanSelect As Boolean
[C#]
public bool CanSelect {get;}
[C++]
HRESULT get_CanSelect(
  VARIANT_BOOL* CanSelect
);
[C++]

Parameters

CanSelect [out, retval]   CanSelect is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapLayerInfo3 Interface