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


IRepresentationGraphics.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IRepresentationGraphics.Next Method

Retrieves the next component in a representation graphic.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef Geometry As IGeometry, _
    ByRef repRule As IRepresentationRule _
)
[C#]
public void Next (
    ref IGeometry Geometry,
    ref IRepresentationRule repRule
);
[C++]
HRESULT Next(
  IGeometry** Geometry,
  IRepresentationRule** repRule
);
[C++]

Parameters Geometry [out]
Geometry is a parameter of type IGeometry repRule [out]
repRule is a parameter of type IRepresentationRule

Product Availability

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

See Also

IRepresentationGraphics Interface