Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool PaneIsBuiltIn(
DockablePaneId id
)
Parameters
- id DockablePaneId
-
Return Value
Boolean
Exceptions
See Also
Reference