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


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

IEnumVertex.Clone Method

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

[Visual Basic .NET]
Public Function Clone ( _
) As IEnumVertex
[C#]
public IEnumVertex Clone (
);
[C++]
HRESULT Clone(
  IEnumVertex** outEnumerator
);
[C++]

Parameters outEnumerator [out, retval]
outEnumerator is a parameter of type IEnumVertex

Product Availability

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

Description

The Clone method creates a copy of the current Enumerator and preserves the current location (Indexes) inside of the copied Enumerator.

See Also

IEnumVertex Interface