This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.Reset Method (ArcObjects .NET 10.4 SDK) |
Starts from the beginning of the geometry the next time Next is called.
[Visual Basic .NET]
Public Sub Reset ( _
)
[C#] public void Reset ( );
[C++]
HRESULT Reset(
void
);
The Reset method sets the Enumerator in the position just before the first point. Therefore calling the Next method returns the first point of the Enumerator (PartIndex=0 and VertexIndex=0)
See picture for a graphical explanation of some of the IEnumVertex methods.