This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumSegment Interface > IEnumSegment.Reset Method (ArcObjects .NET 10.5 SDK) |
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
);
Reset the enumerator. For example, the following call to IEnumSegment::Next returns segment index=0.
See picture for a graphical explanation of some of the IEnumSegment methods.