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


INAStreetDirection2.CumulativeLength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirection2.CumulativeLength Property

The cumulative driving length (in directions length units).

[Visual Basic .NET]
Public ReadOnly Property CumulativeLength As Double
[C#]
public double CumulativeLength {get;}
[C++]
HRESULT get_CumulativeLength(
  double* Length
);
[C++]

Parameters Length [out, retval] Length is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

CumulativeLength returns the cumulative length from the beginning of the route.

See Also

INAStreetDirection2 Interface