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




The name of the network attribute to be used for reporting travel distances.

Syntax

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

See Also

© 2010 All Rights Reserved.