This document is archived and information here might be outdated.  Recommended version.


IGraphicsSelection.SelectedElements Property (ArcObjects .NET 10.5 SDK)
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