DockablePanePaneIsRegistered Method |
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%.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool PaneIsRegistered(
DockablePaneId id
)
Public Shared Function PaneIsRegistered (
id As DockablePaneId
) As Boolean
public:
static bool PaneIsRegistered(
DockablePaneId^ id
)
static member PaneIsRegistered :
id : DockablePaneId -> bool
Parameters
- id DockablePaneId
-
Return Value
Boolean
Exceptions
See Also