This document is archived and information here might be outdated. Recommended version. |
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
);
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.
See picture for a graphical explanation of some of the IEnumSegment methods.