DockablePaneState
Description:
Describes where a dockable pane window should appear in the Revit user interface.
Describes where a dockable pane window should appear in the Revit user interface.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.DockablePaneState
System.Object
Autodesk.Revit.UI.DockablePaneState
public class DockablePaneState : IDisposable
| Name | Return Type | Description |
|---|---|---|
| DockablePaneState() | None | Creates a new DockablePaneState object. |
| DockablePaneState(DockablePaneState) | None | Constructs a new copy of the input DockablePaneState object. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| SetFloatingRectangle(Rectangle) | None | 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. |
| Name | Return Type | Description |
|---|---|---|
| DockPosition | DockPosition | Which part of the Revit application frame the pane should dock to. |
| FloatingRectangle | Rectangle | When %dockPosition% is Floating, this rectangle determines the size and position of the pane. Coordinates are relative to the upper-left-hand corner of the main Revit window. Note: the returned Rectangle is a copy. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MinimumHeight | int | When %dockPosition% is anything other than floating, the minimum height to use for the pane. Default is 200 pixels. |
| MinimumWidth | int | When %dockPosition% is anything other than floating, the minimum width to use for the pane. Default is 200 pixels. |
| TabBehind | DockablePaneId | Ignored unless %dockPosition% is Tabbed. The new pane will appear in a tab behind the specified existing pane ID. |