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


IEnumSegment.Clone Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

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

.NET Related Topics

How to use the IEnumSegment methods