com.esri.arcgis.controls
Interface esriARGlobeViewType

All Superinterfaces:
java.io.Serializable

public interface esriARGlobeViewType
extends java.io.Serializable

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

Description: 'Globe View type options.' 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 esriARGlobeViewTypeGlobe
          Globe view.
static int esriARGlobeViewTypeNone
          No valid view.
 

Field Detail

esriARGlobeViewTypeNone

static final int esriARGlobeViewTypeNone
No valid view.

See Also:
Constant Field Values

esriARGlobeViewTypeGlobe

static final int esriARGlobeViewTypeGlobe
Globe view.

See Also:
Constant Field Values