Starts from the end of the path, ring, polyline or polygon 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 set the enumerator to its end. Using the Previous method in this situation will return the last segment of the last part.
Remarks
See picture for a graphical explanation of some of the IEnumSegment methods.