com.esri.arcgis.carto
Interface esriMapDocumentType

All Superinterfaces:
Serializable

public interface esriMapDocumentType
extends Serializable

Type of map document bound to the MapDocument coclass.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esriMapDocumentTypeLyr
          Layer File.
static int esriMapDocumentTypeMxd
          ArcMap Document.
static int esriMapDocumentTypePmf
          Published Map File.
static int esriMapDocumentTypeUnknown
          Unknown document type.
 

Field Detail

esriMapDocumentTypeMxd

static final int esriMapDocumentTypeMxd
ArcMap Document.

See Also:
Constant Field Values

esriMapDocumentTypePmf

static final int esriMapDocumentTypePmf
Published Map File.

See Also:
Constant Field Values

esriMapDocumentTypeLyr

static final int esriMapDocumentTypeLyr
Layer File.

See Also:
Constant Field Values

esriMapDocumentTypeUnknown

static final int esriMapDocumentTypeUnknown
Unknown document type.

See Also:
Constant Field Values