ArcObjects Library Reference (NetworkAnalyst)  

INAServerClosestFacilityResults.TotalImpedances Property

Total accumulated cost on the impedance attribute for each 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

TotalImpedances returns an array of doubles representing the total impedance for each CFRoute.

See Also

INAServerClosestFacilityResults Interface