Types of Revit documents.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2010
Syntax
C# |
---|
public enum DocumentType |
Visual Basic |
---|
Public Enumeration DocumentType |
Visual C++ |
---|
public enum class DocumentType |
Members
Member name | Description |
---|---|
Project | Project document. |
Family | Family document. |
Template | Template document. |
IFC | IFC document. |
BuildingComponent | Building Component document. |
Other | Document of another type. |