This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumVertex Interface > IEnumVertex.ResetToEnd Method (ArcObjects .NET 10.5 SDK) |
Starts from the end of the geometry the next time Previous is called.
[Visual Basic .NET]
Public Sub ResetToEnd ( _
)
[C#] public void ResetToEnd ( );
[C++]
HRESULT ResetToEnd(
void
);
The ResetToEnd method sets the Enumerator in the position just after the last point. Therefore calling the Previous method returns the last point of the Enumerator (PartIndex = PartCount -1 and VertexIndex=VertexCountInPart-1).
See picture for a graphical explanation of some of the IEnumVertex methods.