|
M
Dispose()
|
None
|
Releases all resources used by the
|
|
M
GetTitle()
|
string
|
Returns the current title (a.k.a. window caption) of the dockable pane.
|
|
M
Hide()
|
None
|
If the pane is on screen, hide it. Has no effect on built-in Revit dockable panes.
|
|
M
IsShown()
|
bool
|
Identify the pane is currently visible or in a tab.
|
|
M
PaneExists(DockablePaneId)
|
bool
|
Returns true if %id% refers to a dockable pane window that currently exists in the Revit user interface, whether it's hidden or shown.
|
|
M
PaneIsBuiltIn(DockablePaneId)
|
bool
|
Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in.
|
|
M
PaneIsRegistered(DockablePaneId)
|
bool
|
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%.
|
|
M
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.
|