ArcObjects Library Reference  (Carto)    

IBasicMap2.FeatureSelection Property

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

);

[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

 


Feedback Send feedback on this page