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


IMapLayerInfo.CanSelect Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo Interface > IMapLayerInfo.CanSelect Property
ArcGIS Developer Help

IMapLayerInfo.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(
  Boolean* CanSelect
);
[C++]
Parameters
CanSelect [out, retval]

CanSelect is a parameter of type bool*

Product Availability

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

See Also

IMapLayerInfo Interface