ArcObjects Library Reference (Geometry)  

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