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.