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


IEnumCurve.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Next Method
ArcGIS Developer Help

IEnumCurve.Next Method

Moves iterator to a specified distance along the curve.

[Visual Basic .NET]
Public Sub Next ( _
    ByVal distance As Double _
)
[C#]
public void Next (
    double distance
);
[C++]
HRESULT Next(
  double distance
);
[C++]
Parameters
distance 

distance is a parameter of type double

Product Availability

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

Description

Advances the distance iterator to a specified distance along the enumerated curve.

Remarks

Note: Gaps between parts are ignored in distance computations.

See Also

IEnumCurve Interface