UIApplicationDrawingAreaExtents Property |
Get the rectangle that represents the screen pixel coordinates of drawing area.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic virtual Rectangle DrawingAreaExtents { get; }
Public Overridable ReadOnly Property DrawingAreaExtents As Rectangle
Get
public:
virtual property Rectangle^ DrawingAreaExtents {
Rectangle^ get ();
}
abstract DrawingAreaExtents : Rectangle with get
override DrawingAreaExtents : Rectangle with get
Property Value
Rectangle
RemarksThe drawing area of the Revit window displays views (and sheets and schedules) of projects.
The size of drawing area restricts the max size of the view titles and windows, the value may be empty if modal browser is opened.
If there is no project opened, null will be returned.
See Also