ArcObjects Library Reference (3DAnalyst)  

IGraphicsContainer3D.Next Method

The next graphic in the container.

[Visual Basic .NET]
Public Function Next ( _
) As IElement
[C#]
public IElement Next (
);
[C++]
HRESULT Next(
  IElement** ppElement
);
[C++]

Parameters

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