This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnumCurve Interface > IEnumCurve.CurveDistance Property (ArcObjects .NET 10.4 SDK) |
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
Returns the distance from the start of the curve to the current location of the distance iterator.
Note: Gaps between parts are ignored in distance computations.