com.esri.arcgis.geodatabase
Interface esriNetworkEdgeDirection

All Superinterfaces:
Serializable

public interface esriNetworkEdgeDirection
extends Serializable

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int esriNEDAgainstDigitized
          The network edge element is in the opposite direction as its source object direction.
static int esriNEDAlongDigitized
          The network edge element is in the same direction as its source object direction.
static int esriNEDNone
          The network edge element's source object does not have a digitization direction.
 

Field Detail

esriNEDNone

static final int esriNEDNone
The network edge element's source object does not have a digitization direction.

See Also:
Constant Field Values

esriNEDAlongDigitized

static final int esriNEDAlongDigitized
The network edge element is in the same direction as its source object direction.

See Also:
Constant Field Values

esriNEDAgainstDigitized

static final int esriNEDAgainstDigitized
The network edge element is in the opposite direction as its source object direction.

See Also:
Constant Field Values