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


IGraphicsContainer3D.Element Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IGraphicsContainer3D.Element Property

The element in the container defined by the given index.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal index As Integer _
) As IElement
[C#]
public IElement get_Element (
    int index
);
[C++]
HRESULT get_Element(
  long index,
  IElement** ppElement
);
[C++]

Parameters index [in] index is a parameter of type long ppElement [out, retval]
ppElement is a parameter of type IElement

Product Availability

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

See Also

IGraphicsContainer3D Interface