com.esri.arcgis.editor
Interface esriTurnDirection

All Superinterfaces:
java.io.Serializable

public interface esriTurnDirection
extends java.io.Serializable

Constants from esriTurnDirection' enum. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriEditor.olb'

Description: 'Describes the direction the curve rotates from the 'from' point of the curve.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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