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


IBasicMap2.FeatureSelection Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicMap2 Interface > IBasicMap2.FeatureSelection Property
ArcGIS Developer Help

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

IBasicMap2 Interface