The map's feature selection.
[Visual Basic 6.0] Property FeatureSelection As ISelection
[Visual Basic .NET] Public Property FeatureSelection As ISelection
[C#] public ISelection FeatureSelection {get; set;}
[Java] public getFeatureSelection ( ISelection ppSelection )
[Java] public void setFeatureSelectionByRef( ISelection ppSelection ) throws IOException, AutomationException
[C++] HRESULT get_FeatureSelection( ISelection** ppSelection );
[C++] HRESULT putref_FeatureSelection( ISelection* ppSelection);
Parameters
ppSelection [out, retval]
ppSelection is a parameter of type ISelection
ppSelection [in]
ppSelection is a parameter of type ISelection