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


IEnumCurve.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.Reset Method
ArcGIS Developer Help

IEnumCurve.Reset Method

Resets the iterator to the start of the curve.

[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

Returns the distance iterator to the beginning of the enumerated curve.  The distance along the curve is returned to the zero distance.

See Also

IEnumCurve Interface