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.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool PaneExists( DockablePaneId id )
Parameters
Return Value
BooleanExceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
