DocumentType Enumeration


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