This document is archived and information here might be outdated.  Recommended version.


esriDocumentType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Framework > ESRI.ArcGIS.Framework > Constants > E > esriDocumentType Constants
ArcGIS Developer Help

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