Revit 2026 API
Preview |
The UI view representing the preview view.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public UIView UIView { get; }
Public ReadOnly Property UIView As UIView Get
public: property UIView^ UIView { UIView^ get (); }
member UIView : UIView with get
Property Value
UIViewUse this handle to manipulate the zoom and pan of the view.
See Also