This document is archived and information here might be outdated. Recommended version. |
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.