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


INetworkTravelMode.DistanceAttributeName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkTravelMode Interface > INetworkTravelMode.DistanceAttributeName Property
ArcGIS Developer Help

INetworkTravelMode.DistanceAttributeName Property

The name of the distance-based network attribute to be used in analysis.

[Visual Basic .NET]
Public Property DistanceAttributeName As String
[C#]
public string DistanceAttributeName {get; set;}
[C++]
HRESULT get_DistanceAttributeName(
  BSTR AttributeName
);
[C++]
HRESULT put_DistanceAttributeName(
  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