UIApplication.MainWindowExtents Property

UIApplicationMainWindowExtents Property

Get the rectangle that represents the screen pixel coordinates of the Revit main window.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public virtual Rectangle MainWindowExtents { get; }
Public Overridable ReadOnly Property MainWindowExtents As Rectangle
	Get
public:
virtual property Rectangle^ MainWindowExtents {
	Rectangle^ get ();
}
abstract MainWindowExtents : Rectangle with get
override MainWindowExtents : Rectangle with get

Property Value

Rectangle
See Also