ActiveGraphicalView Property


The currently active graphical view of the currently active document.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2015

Syntax

C#
public View ActiveGraphicalView { get; }
Visual Basic
Public ReadOnly Property ActiveGraphicalView As View
	Get
Visual C++
public:
property View^ ActiveGraphicalView {
	View^ get ();
}

Remarks

This property is applicable to the currently active document only. Returns a null reference ( Nothing in Visual Basic) if this document doesn't represent the active document.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →