com.esri.arcgis.carto
Interface esriGlobeDocumentVersionInfo

All Superinterfaces:
java.io.Serializable

public interface esriGlobeDocumentVersionInfo
extends java.io.Serializable

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

Description: 'Version compatibility status of the globe document bound to the GlobeDocument coclass, with respect to the current software accessing the document.' 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 esriGlobeDocumentVersionInfoFail
          Unable to read version compatible.
static int esriGlobeDocumentVersionInfoSuccess
          Version compatible.
static int esriGlobeDocumentVersionInfoUnknown
          Version unknown.
 

Field Detail

esriGlobeDocumentVersionInfoSuccess

static final int esriGlobeDocumentVersionInfoSuccess
Version compatible. Globe document will be readable.

See Also:
Constant Field Values

esriGlobeDocumentVersionInfoFail

static final int esriGlobeDocumentVersionInfoFail
Unable to read version compatible. Globe document may not be readable.

See Also:
Constant Field Values

esriGlobeDocumentVersionInfoUnknown

static final int esriGlobeDocumentVersionInfoUnknown
Version unknown. Globe document may not be be readable.

See Also:
Constant Field Values