This document is archived and information here might be outdated. Recommended version. |
The current distance from the start of the curve.
[Visual Basic .NET]
Public ReadOnly Property CurveDistance As Double
[C#]
public double CurveDistance {get;}
[C++]
HRESULT get_CurveDistance(
System.Double* CurveDistance
);
[C++] Parameters CurveDistance [out, retval]
CurveDistance is a parameter of type double*
Returns the distance from the start of the curve to the current location of the distance iterator.
Note: Gaps between parts are ignored in distance computations.