DockablePane.PaneIsRegistered 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.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public static bool PaneIsRegistered(
	DockablePaneId id
)

Parameters

id  DockablePaneId
 

Return Value

Boolean

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

DockablePane Class
Autodesk.Revit.UI Namespace