This document is archived and information here might be outdated. Recommended version. |
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
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.