Returns true if %id% refers to a dockable pane window that currently exists in the Revit user interface, whether it's hidden or shown.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public static bool PaneExists( DockablePaneId id ) |
| Visual Basic |
|---|
Public Shared Function PaneExists ( _ id As DockablePaneId _ ) As Boolean |
| Visual C++ |
|---|
public: static bool PaneExists( DockablePaneId^ id ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |