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


IEnumCurve.CurveDistance Property (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.CurveDistance Property
ArcGIS Developer Help

IEnumCurve.CurveDistance Property

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(
  System.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.

See Also

IEnumCurve Interface