Use a database level Document to construct a UI-level Document.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public UIDocument( Document document )
Parameters
- document Document
- The database level document.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | document is not a primary document, it is a linked document. |
| ArgumentNullException | A non-optional argument was null |
