DockablePane Class


Dockable Pane Class

A user interface pane that participates in Revit's docking window system.
Inheritance Hierarchy
System Object
Autodesk.Revit.UI DockablePane

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class DockablePane : IDisposable

The DockablePane type exposes the following members.

Constructors
Name Description
Public method DockablePane(DockablePane) Constructs a new copy of the input DockablePane object.
Public method DockablePane(DockablePaneId) Gets the pane with identifier %id%.
Top
Properties
Name Description
Public property Id The unique identifier for this dockable pane.
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Top
Methods
Name Description
Public method Dispose Releases all resources used by the DockablePane
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method GetTitle Returns the current title (a.k.a. window caption) of the dockable pane.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method Hide If the pane is on screen, hide it. Has no effect on built-in Revit dockable panes.
Public method IsShown Identify the pane is currently visible or in a tab.
Public method Static member PaneExists Returns true if %id% refers to a dockable pane window that currently exists in the Revit user interface, whether it's hidden or shown.
Public method Static member PaneIsBuiltIn Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in.
Public method Static member PaneIsRegistered 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%.
Public method Show If the pane is not currently visible or in a tab, display the pane in the Revit user interface at its last docked location.
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
See Also