ESRI.ArcGIS.ADF.ArcGISServer
RoadClassAttributeName Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkDirections Class : RoadClassAttributeName Property




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

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property RoadClassAttributeName As String
Visual Basic (Usage)Copy Code
Dim instance As NetworkDirections
Dim value As String
 
instance.RoadClassAttributeName = value
 
value = instance.RoadClassAttributeName
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public string RoadClassAttributeName {get; set;}

See Also

© 2010 All Rights Reserved.