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


IEnumSegment.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 > IEnumSegment Interface > IEnumSegment.Clone Method
ArcGIS Developer Help

IEnumSegment.Clone Method

Returns a copy of this enumerator positioned at the same segment.

[Visual Basic .NET]
Public Sub Clone ( _
    ByRef outEnumerator As IEnumSegment _
)
[C#]
public void Clone (
    ref IEnumSegment outEnumerator
);
[C++]
HRESULT Clone(
  IEnumSegment** outEnumerator
);
[C++]
Parameters
outEnumerator [out]

outEnumerator is a parameter of type IEnumSegment**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IEnumSegment Interface