This document is archived and information here might be outdated. Recommended version. |
The segment covering the current distance of this curve iterator.
[Visual Basic .NET] Public ReadOnly Property Segment As ISegment
[C#] public ISegment Segment {get;}
[C++]
HRESULT get_Segment(
ISegment** Segment
);
[C++] Parameters Segment [out, retval]
Segment is a parameter of type ISegment**
Returns the segment at the current distance along the enumerated curve referenced by the distance iterator.