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


IMapLayerInfo2.CanSelect Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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

IMapLayerInfo2 Interface