This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Reset Method (ArcObjects .NET 10.4 SDK) |
Resets the iterator to the start of the curve.
[Visual Basic .NET]
Public Sub Reset ( _
)
[C#] public void Reset ( );
[C++]
HRESULT Reset(
void
);
Returns the distance iterator to the beginning of the enumerated curve. The distance along the curve is returned to the zero distance.