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 > INAServerRouteResults Interface > INAServerRouteResults.TotalImpedances Property (ArcObjects .NET 10.5 SDK) |
Total accumulated cost on the impedance attribute for each resulting route.
[Visual Basic .NET]
Public ReadOnly Property TotalImpedances As Double[]
[C#]
public Double[] TotalImpedances {get;}
[C++]
HRESULT get_TotalImpedances(
TotalImpedances* TotalImpedances
);
[C++]
Parameters TotalImpedances [out, retval] TotalImpedances is a parameter of type
TotalImpedances returns an array of doubles representing the total impedance for each Route.