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 |