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


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

INetworkDirections.RoadClassAttributeName Property

The name of the network attribute to be used for road classification.

[Visual Basic .NET]
Public Property RoadClassAttributeName As String
[C#]
public string RoadClassAttributeName {get; set;}
[C++]
HRESULT get_RoadClassAttributeName(
  System.String* Name
);
[C++]
HRESULT put_RoadClassAttributeName(
  BSTR Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type BSTR* Name [in]
Name is a parameter of type BSTR

Product Availability

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

Remarks

The RoadClassAttributeName property is the attribute that will be used for identifying different classes of roads in direction generation.  The attribute must be of usage type: esriNAUTDescriptor and of data type: esriNADTInteger.

See Also

INetworkDirections Interface