ArcObjects Library Reference  (Framework)    

IDocument.Type Property

The type of this document.

[Visual Basic 6.0]
Property Type As esriDocumentType
[Visual Basic .NET]
Public ReadOnly Property Type As esriDocumentType
[C#]
public esriDocumentType Type {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Use the Type property to determine whether the document object is the document, a base template, or the Normal template. Type returns an esriDocumentType enumeration.

See Also

IDocument Interface | esriDocumentType Constants