ArcObjects Library Reference (Carto)  

IGraphicsContainer.Next Method

Returns the next graphic in the container.

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

Parameters

Element [out, retval]

  Element is a parameter of type IElement

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicsContainer Interface