DockablePane
Description:
A user interface pane that participates in Revit's docking window system.
A user interface pane that participates in Revit's docking window system.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.DockablePane
System.Object
Autodesk.Revit.UI.DockablePane
public class DockablePane : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| DockablePane(DockablePane) | None | Constructs a new copy of the input DockablePane object. | |
| DockablePane(DockablePaneId) | None | Gets the pane with identifier %id%. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the DockablePane | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetTitle() | String | Returns the current title (a.k.a. window caption) of the dockable pane. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Hide() | None | If the pane is on screen, hide it. Has no effect on built-in Revit dockable panes. | |
| IsShown() | Boolean | Identify the pane is currently visible or in a tab. | |
| PaneExists(DockablePaneId) | Boolean | Returns true if %id% refers to a dockable pane window that currently exists in the Revit user interface, whether it's hidden or shown. | |
| PaneIsBuiltIn(DockablePaneId) | Boolean | Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in. | |
| PaneIsRegistered(DockablePaneId) | Boolean | Returns true if %id% refers to a built-in Revit dockable pane, or an add-in pane that has been properly registered with %Autodesk.Revit.UI.UIApplication.RegisterDockablePane%. | |
| SetTitle(String) | None | Set the title (a.k.a. window caption) of the dockable pane. | |
| Show() | None | If the pane is not currently visible or in a tab, display the pane in the Revit user interface at its last docked location. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Id | DockablePaneId | The unique identifier for this dockable pane. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |