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


IBasicMap.FeatureSelection Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicMap.FeatureSelection Property

The map's feature selection.

[Visual Basic .NET]
Public Property FeatureSelection As ISelection
[C#]
public ISelection FeatureSelection {get; set;}
[C++]
HRESULT get_FeatureSelection(
  ISelection** ppSelection
);
[C++]
HRESULT putref_FeatureSelection(
  ISelection* ppSelection
);
[C++]

Parameters ppSelection [out, retval]
ppSelection is a parameter of type ISelection ppSelection [in]
ppSelection is a parameter of type ISelection

Product Availability

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

See Also

IBasicMap Interface