This document is archived and information here might be outdated. Recommended version. |
The distance within the current segment of the current distance of this curve iterator.
[Visual Basic .NET]
Public ReadOnly Property SegmentDistance As Double
[C#]
public double SegmentDistance {get;}
[C++]
HRESULT get_SegmentDistance(
System.Double* SegmentDistance
);
[C++] Parameters SegmentDistance [out, retval]
SegmentDistance is a parameter of type double*
Returns the distance from the From Point of the current Segment to the location of the distance iterator.