Gets a DockablePane object by its ID.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public DockablePane GetDockablePane( DockablePaneId id )
Parameters
- id DockablePaneId
- Unique identifier for the new pane.
Return Value
DockablePaneExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown if no dockable pane has been registered with identifier %id%. |
ArgumentException | Thrown if the dockable pane with identifier %id% has not been created yet. |