com.esri.arcgis.framework
Interface esriDocumentType

All Superinterfaces:
Serializable

public interface esriDocumentType
extends Serializable

Document types.

Remarks

Use the esriDocumentType enumeration with the IDocument::Type property.

esriDocumentTypeNormal The document is the Normal template.
esriDocumentTypeTemplate The document is a base template.
esriDocumentTypeDocument The document which is open in the application.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
IDocument.getType()

Field Summary
static int esriDocumentTypeDocument
          The current document.
static int esriDocumentTypeNormal
          The Normal template.
static int esriDocumentTypeTemplate
          The base template.
 

Field Detail

esriDocumentTypeNormal

static final int esriDocumentTypeNormal
The Normal template.

See Also:
Constant Field Values

esriDocumentTypeTemplate

static final int esriDocumentTypeTemplate
The base template.

See Also:
Constant Field Values

esriDocumentTypeDocument

static final int esriDocumentTypeDocument
The current document.

See Also:
Constant Field Values