ArcObjects Library Reference (Geometry)  

IEnumSegment.ResetToEnd Method

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.

See Also

IEnumSegment Interface

.NET Related Topics

How to use the IEnumSegment methods