DocumentType Enumeration

DocumentType Enumeration

Types of Revit documents.

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