DocumentType Enumeration

DocumentType Enumeration

Types of Revit documents.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum DocumentType
Public Enumeration DocumentType
public enum class DocumentType
type DocumentType
Members
Member nameValueDescription
Project0 Project document.
Family1 Family document.
Template2 Template document.
IFC3 IFC document.
BuildingComponent4 Building Component document.
Other100 Document of another type.
See Also