Share

DockablePane(DockablePaneId) Constructor

Gets the pane with identifier %id%.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public DockablePane(
	DockablePaneId id
)

Parameters

id  DockablePaneId
 

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?