ArcObjects Library Reference  (Carto)    

IViewManager.ElementSelection Property

Object to use for element selection.

[Visual Basic 6.0]
Property ElementSelection As ISelection
[Visual Basic .NET]
Public Property ElementSelection As ISelection
[C#]
public ISelection ElementSelection {get; set;}
[Java]
public ISelection getElementSelection()
throws
    IOException,
    AutomationException
[Java]
public void setElementSelectionByRef(
ISelection pSelection
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ElementSelection(
  ISelection** selectionObject
);
[C++]
HRESULT putref_ElementSelection(
  ISelection* selectionObject

);

[C++]

Parameters

selectionObject [out, retval]

  selectionObject is a parameter of type ISelection

selectionObject [in]

  selectionObject is a parameter of type ISelection

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IViewManager Interface

 


Feedback Send feedback on this page