DockablePaneStateSetFloatingRectangle Method |
When %dockPosition% is Floating, sets the rectangle used to determine the size and position of the pane when %dockPosition% is Floating. Coordinates are relative to the upper-left-hand corner of the main Revit window.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetFloatingRectangle(
Rectangle rect
)
Public Sub SetFloatingRectangle (
rect As Rectangle
)
public:
void SetFloatingRectangle(
Rectangle^ rect
)
member SetFloatingRectangle :
rect : Rectangle -> unit
Parameters
- rect Rectangle
-
The rectangle to use when floating.
Exceptions
See Also