The current distance from the start of the curve.
[Visual Basic .NET] Public ReadOnly Property CurveDistance As Double
[C#] public double CurveDistance {get;}
[C++]
HRESULT get_CurveDistance(
double* CurveDistance
);
[C++]Parameters
CurveDistance [out, retval] CurveDistance is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Returns the distance from the start of the curve to the current location of the distance iterator.
Remarks
Note: Gaps between parts are ignored in distance computations.