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.