Revit 2026 API
Dockable |
Gets the pane with identifier %id%.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DockablePane( DockablePaneId id )
Public Sub New ( id As DockablePaneId )
public: DockablePane( DockablePaneId^ id )
new : id : DockablePaneId -> DockablePane
Parameters
| Exception | Condition |
|---|---|
| ArgumentException | no dockable pane has been registered with identifier id. -or- the dockable pane with identifier id has not been created yet. |
| ArgumentNullException | A non-optional argument was null |
See Also