DocumentActiveView Property |
The document's active view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic View ActiveView { get; }
Public ReadOnly Property ActiveView As View
Get
public:
property View^ ActiveView {
View^ get ();
}
member ActiveView : View with get
Property Value
ViewThe active view is the view that last had focus in the UI.
if no view is considered active.
See Also