Revit 2026 API
UIViewGet |
Gets the rectangle containing the coordinates of the view's drawing area.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Rectangle GetWindowRectangle()
Public Function GetWindowRectangle As Rectangle
public: Rectangle^ GetWindowRectangle()
member GetWindowRectangle : unit -> Rectangle
Return Value
RectangleThe rectangle of the view window.
See Also