Revit 2020 API |
UIDocument..::..ActiveView Property |
UIDocument Class See Also |
The currently active view of the currently active document.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2012
Syntax
Remarks
This property is applicable to the currently active document only. Returns nullNothingnullptra null reference (Nothing in Visual Basic) if this document doesn't represent the active document.
The active view can only be changed when:
- There is no open transaction.
- IsModifiable is false.
- IsReadOnly is false.
- ViewActivating, ViewActivated, and any pre-action of events (such as DocumentSaving or DocumentClosingevents) are not being handled.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | When setting the property: If the 'view' argument is NULL. |
Autodesk.Revit.Exceptions..::..ArgumentException |
When setting the property:
|
Autodesk.Revit.Exceptions..::..InvalidOperationException | When setting the property:
|