ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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