ESRI.ArcGIS.ADF.ArcGISServer
NetworkSourceDirections Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NetworkSource Class : NetworkSourceDirections Property




The driving directions settings for this network source.

Syntax

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

See Also

© 2010 All Rights Reserved.