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


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

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