This document is archived and information here might be outdated.  Recommended version.


IEnumCurve.Clone Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Clone Method
ArcGIS Developer Help

IEnumCurve.Clone Method

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
);

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.

See Also

IEnumCurve Interface