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


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

INAServerTravelMode.ImpedanceAttributeName Property

The name of the network attribute to be used as the impedance attribute in analysis.

[Visual Basic .NET]
Public ReadOnly Property ImpedanceAttributeName As String
[C#]
public string ImpedanceAttributeName {get;}
[C++]
HRESULT get_ImpedanceAttributeName(
  System.String* AttributeName
);
[C++]
Parameters
AttributeName [out, retval]

AttributeName is a parameter of type BSTR*

Product Availability

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

See Also

INAServerTravelMode Interface