com.esri.arcgis.carto
Interface esriMapDocumentVersionInfo

All Superinterfaces:
Serializable

public interface esriMapDocumentVersionInfo
extends Serializable

Version compatibility status of the map document bound to the MapDocument coclass, with respect to the current software accessing the doucment.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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