This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Clone Method (ArcObjects .NET 10.5 SDK) |
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
Returns a duplicate copy of the IEnumCurve. The distance iterator location along the segment enumeration is maintained.