This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Constants > E > esriDocumentType Constants (ArcObjects .NET 10.4 SDK) |
Document types.
Constant | Value | Description |
---|---|---|
esriDocumentTypeNormal | 0 | The Normal template. |
esriDocumentTypeTemplate | 1 | The base template. |
esriDocumentTypeDocument | 2 | The current document. |
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.