com.esri.arcgis.networkanalyst
Interface esriNAEdgeSideType

All Superinterfaces:
Serializable

public interface esriNAEdgeSideType
extends Serializable

Options to indicate the side of the edge element.

Product Availability

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


Field Summary
static int esriNAEdgeSideLeft
          The left side of the edge element.
static int esriNAEdgeSideRight
          The right side of the edge element.
 

Field Detail

esriNAEdgeSideRight

static final int esriNAEdgeSideRight
The right side of the edge element.

See Also:
Constant Field Values

esriNAEdgeSideLeft

static final int esriNAEdgeSideLeft
The left side of the edge element.

See Also:
Constant Field Values