The network attribute name to be used as the impedance attribute in analysis. If missing or value is null, the server will use default defined in the network layer.

Namespace:  ESRI.ArcGIS.VE
  (in ArcGISVE.exe)

Syntax

JScript
 function get ImpedanceAttribute () : String
 function set ImpedanceAttribute (value : String)

Remarks

You can specify any attributes names listed in the Service Directory under "Network Dataset -> Network Attributes" as "Usage Type: esriNAUTCost". You can also specify a value of "none" to indicate that no network attributes should be used for impedance. If you specify an empty array, it will default to the default of the service. For example, set ImpedanceAttribute="Time" for quickest route and ImpedanceAttribute="Length" for shortest drive, assuming the service has those two esriNAUTCost attributes.

See Also