DocumentActiveView Property

The document's active view.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public View ActiveView { get; }

Property Value

View
The active view is the view that last had focus in the UI. if no view is considered active.
See Also