ArcObjects Library Reference  (3DAnalyst)    

IGraphicsContainer3D.Next Method

The next graphic in the container.

[Visual Basic 6.0]
Function Next As IElement
[Visual Basic .NET]
Public Function Next ( _
) As IElement
[C#]
public IElement Next (
);
[Java]
public IElement next (
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page