com.esri.arcgis.globecore
Interface esriGlobeSpinDirection

All Superinterfaces:
java.io.Serializable

public interface esriGlobeSpinDirection
extends java.io.Serializable

Constants from esriGlobeSpinDirection' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGlobeCore.olb'

Description: 'Spin direction type enumeration.' 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 esriClockwise
          Spin in clockwise direction.
static int esriCounterClockwise
          Spin in counter-clockwise direction.
 

Field Detail

esriClockwise

static final int esriClockwise
Spin in clockwise direction.

See Also:
Constant Field Values

esriCounterClockwise

static final int esriCounterClockwise
Spin in counter-clockwise direction.

See Also:
Constant Field Values