Skip to content

DockablePane

Public 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%.


Properties

Name

Description


Public Property

The unique identifier for this dockable pane.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Methods

Name

Description


Public Method

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

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

If the pane is on screen, hide it. Has no effect on built-in Revit dockable panes.


Public Method

Identify the pane is currently visible or in a tab.


Public Method
Static Member

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

Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in.


Public Method
Static Member

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

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)