ArcObjects Library Reference (3DAnalyst)  

IGraphicsSelection.SelectedElements Property

The selected elements.

[Visual Basic .NET]
Public ReadOnly Property SelectedElements As IEnumElement
[C#]
public IEnumElement SelectedElements {get;}
[C++]
HRESULT get_SelectedElements(
  IEnumElement** pElements
);
[C++]

Parameters

pElements [out, retval]

  pElements is a parameter of type IEnumElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGraphicsSelection Interface