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(
IEnumCurve** outEnumerator
);
[C++]Parameters
outEnumerator [out, retval]outEnumerator is a parameter of type IEnumCurve
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns a duplicate copy of the IEnumCurve. The distance iterator location along the segment enumeration is maintained.