UIApplicationMainWindowExtents Property |
Get the rectangle that represents the screen pixel coordinates of the Revit main window.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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