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


IGraphicsSelection.SelectedElements Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGraphicsSelection Interface > IGraphicsSelection.SelectedElements Property
ArcGIS Developer Help

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