ESRI.ArcGIS.ADF.ArcGISServer
esriNetworkEdgeDirection Enumeration
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : esriNetworkEdgeDirection Enumeration




The direction of a network edge element relative to the direction of its source object.

Syntax

Visual Basic (Declaration) 
<XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")>
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
<SerializableAttribute()>
Public Enum esriNetworkEdgeDirection 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As esriNetworkEdgeDirection
C# 
[XmlTypeAttribute("http://www.esri.com/schemas/ArcGIS/10.0")]
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
[SerializableAttribute()]
public enum esriNetworkEdgeDirection : Enum 

Members

MemberDescription
esriNEDNoneThe network edge element's source object does not have a digitization direction.
esriNEDAlongDigitizedThe network edge element is in the same direction as its source object direction.
esriNEDAgainstDigitizedThe network edge element is in the opposite direction as its source object direction.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.ArcGISServer.esriNetworkEdgeDirection

See Also

© 2010 All Rights Reserved.