com.esri.arcgis.editor
Interface esriTurnDirection

All Superinterfaces:
Serializable

public interface esriTurnDirection
extends Serializable

Describes the direction the curve rotates from the 'from' point of the curve.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows


Field Summary
static int esriTDLeft
          The curve rotates toward the left from the 'from' point.
static int esriTDRight
          The curve rotates toward the left from the 'from' point.
 

Field Detail

esriTDLeft

static final int esriTDLeft
The curve rotates toward the left from the 'from' point.

See Also:
Constant Field Values

esriTDRight

static final int esriTDRight
The curve rotates toward the left from the 'from' point.

See Also:
Constant Field Values