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