DocumentType Enumeration


Document Type 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
Members
Member name Value Description
BuildingComponent 4 Building Component document.
Family 1 Family document.
IFC 3 IFC document.
Other 100 Document of another type.
Project 0 Project document.
Template 2 Template document.
See Also