UIDocument Constructor |
Use a database level Document to construct a UI-level Document.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)

Parameters
- document Document
- The database level document.

Exception | Condition |
---|---|
ArgumentException | document is not a primary document, it is a linked document. |
ArgumentNullException | A non-optional argument was null |
