This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.Clone Method (ArcObjects .NET 10.4 SDK) |
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
The Clone method creates a copy of the current Enumerator and preserves the current location (Indexes) inside of the copied Enumerator.