This document is archived and information here might be outdated.  Recommended version.


IEnumSegment.Reset Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IEnumSegment.Reset Method

Starts from the beginning of the segment collection the next time Next is called.

[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);
[C++]
HRESULT Reset(
void
);

Product Availability

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

Description

Reset the enumerator. For example, the following call to IEnumSegment::Next returns segment index=0.

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