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


INetworkTravelMode.ImpedanceAttributeName Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetworkTravelMode.ImpedanceAttributeName Property

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

[Visual Basic .NET]
Public Property ImpedanceAttributeName As String
[C#]
public string ImpedanceAttributeName {get; set;}
[C++]
HRESULT get_ImpedanceAttributeName(
  BSTR AttributeName
);
[C++]
HRESULT put_ImpedanceAttributeName(
  System.String* AttributeName
);
[C++]

Parameters AttributeName [in]
AttributeName is a parameter of type BSTR AttributeName [out, retval]
AttributeName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INetworkTravelMode Interface