ArcObjects Library Reference (Framework)  

esriDocumentType Constants

Document types.

Constant Value Description
esriDocumentTypeNormal 0 The Normal template.
esriDocumentTypeTemplate 1 The base template.
esriDocumentTypeDocument 2 The current document.

Product Availability

Available with ArcGIS Desktop.

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.

See Also

IDocument.Type Property