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


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

INACompactStreetDirectionSummary.TotalLength Property

The total length of the route.

[Visual Basic .NET]
Public ReadOnly Property TotalLength As Double
[C#]
public double TotalLength {get;}
[C++]
HRESULT get_TotalLength(
  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

TotalLength returns the total length of the route.

See Also

INACompactStreetDirectionSummary Interface