DockablePaneState Constructor (DockablePaneState)


Dockable Pane State(Dockable Pane State) Constructor

Constructs a new copy of the input DockablePaneState object.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public DockablePaneState(
	DockablePaneState other
)

Parameters

other DockablePaneState
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also