This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirection2 Interface > INAStreetDirection2.CumulativeLength Property (ArcObjects .NET 10.5 SDK) |
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
CumulativeLength returns the cumulative length from the beginning of the route.