This document is archived and information here might be outdated. Recommended version. |
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(
void
);
The Clone method creates a copy of the current Enumerator and preserves the current location (Indexes) inside of the copied Enumerator.