Types of Revit documents.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
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. |