com.esri.arcgis.carto
Interface esriMapDocumentVersionInfo

All Superinterfaces:
java.io.Serializable

public interface esriMapDocumentVersionInfo
extends java.io.Serializable

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

Description: 'Version compatibility status of the map document bound to the MapDocument coclass, with respect to the current software accessing the doucment.' 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 esriMapDocumentVersionInfoFail
          Unable to read version compatible.
static int esriMapDocumentVersionInfoSuccess
          Version compatible.
static int esriMapDocumentVersionInfoUnknown
          Version unknown.
 

Field Detail

esriMapDocumentVersionInfoSuccess

static final int esriMapDocumentVersionInfoSuccess
Version compatible. Map document will be readable.

See Also:
Constant Field Values

esriMapDocumentVersionInfoFail

static final int esriMapDocumentVersionInfoFail
Unable to read version compatible. Map document may not be readable.

See Also:
Constant Field Values

esriMapDocumentVersionInfoUnknown

static final int esriMapDocumentVersionInfoUnknown
Version unknown. Map document may not be be readable.

See Also:
Constant Field Values