ArcObjects Library Reference (Geometry)  

IEnumVertex.ResetToEnd Method

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
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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).

Remarks

See picture for a graphical explanation of some of the IEnumVertex methods.

See Also

IEnumVertex Interface