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 > INACompactStreetDirection Interface > INACompactStreetDirection.Length Property (ArcObjects .NET 10.5 SDK) |
The cumulative driving length (in directions length units).
[Visual Basic .NET] Public ReadOnly Property Length As Double
[C#] public double Length {get;}
[C++]
HRESULT get_Length(
double* Length
);
[C++]
Parameters Length [out, retval] Length is a parameter of type double
Length returns the length of the particular direction element.