This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDirections Interface > INetworkDirections.RoadClassAttributeName Property (ArcObjects .NET 10.4 SDK) |
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
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.