This document is archived and information here might be outdated. Recommended version. |
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(
SAFEARRAY(System.Double)* TotalImpedances
);
[C++] Parameters TotalImpedances [out, retval]
TotalImpedances is a parameter of type SAFEARRAY(double)*
TotalImpedances returns an array of doubles representing the total impedance for each Route.