This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Next Method (ArcObjects .NET 10.4 SDK) |
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
Advances the distance iterator to a specified distance along the enumerated curve.
Note: Gaps between parts are ignored in distance computations.