This document is archived and information here might be outdated. Recommended version. |
Returns a copy of this enumerator positioned at the same segment.
[Visual Basic .NET] Public Function Clone ( _ ) As IEnumCurve
[C#] public IEnumCurve Clone ( );
[C++]
HRESULT Clone(
void
);
Returns a duplicate copy of the IEnumCurve. The distance iterator location along the segment enumeration is maintained.