com.esri.arcgis.carto
Interface esriGlobeDocumentVersionInfo

All Superinterfaces:
Serializable

public interface esriGlobeDocumentVersionInfo
extends Serializable

Version compatibility status of the globe document bound to the GlobeDocument coclass, with respect to the current software accessing the document.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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