com.esri.arcgis.geodatabase
Interface esriNetworkTurnAngleCategory

All Superinterfaces:
Serializable

public interface esriNetworkTurnAngleCategory
extends Serializable

Network dataset turn angle category.

Product Availability

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


Field Summary
static int esriNTACLeft
          Left Turn.
static int esriNTACReverse
          Reverse Turn.
static int esriNTACRight
          Right Turn.
static int esriNTACStraight
          Straight Turn.
 

Field Detail

esriNTACStraight

static final int esriNTACStraight
Straight Turn.

See Also:
Constant Field Values

esriNTACReverse

static final int esriNTACReverse
Reverse Turn.

See Also:
Constant Field Values

esriNTACRight

static final int esriNTACRight
Right Turn.

See Also:
Constant Field Values

esriNTACLeft

static final int esriNTACLeft
Left Turn.

See Also:
Constant Field Values