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.