This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBasicMap Interface > IBasicMap.FeatureSelection Property (ArcObjects .NET 10.4 SDK) |
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