Revit 2026 API
Dockable |
Returns true if %id% refers to a built-in Revit dockable pane, rather than one created by an add-in.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool PaneIsBuiltIn( DockablePaneId id )
Public Shared Function PaneIsBuiltIn ( id As DockablePaneId ) As Boolean
public: static bool PaneIsBuiltIn( DockablePaneId^ id )
static member PaneIsBuiltIn : id : DockablePaneId -> bool
Parameters
Return Value
Boolean| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also