Gets a DockablePane object by its ID. 
   Namespace:   Autodesk.Revit.UI  
  Assembly:   RevitAPIUI  (in RevitAPIUI.dll) Version: 2015.0.0.0 (2015.0.0.0) 
  Since:  2014 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Parameters
- id
 -  Type:  Autodesk.Revit.UI DockablePaneId  
Unique identifier for the new pane. 
Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions ArgumentException | Thrown if no dockable pane has been registered with identifier %id%. | 
| Autodesk.Revit.Exceptions ArgumentException | Thrown if the dockable pane with identifier %id% has not been created yet. |