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


INAStreetDirection2.CumulativeLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection2 Interface > INAStreetDirection2.CumulativeLength Property
ArcGIS Developer Help

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