DockablePane(DockablePane) Constructor

DockablePane(DockablePane) Constructor

Constructs a new copy of the input DockablePane object.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public DockablePane(
	DockablePane other
)
Public Sub New ( 
	other As DockablePane
)
public:
DockablePane(
	DockablePane^ other
)
new : 
        other : DockablePane -> DockablePane

Parameters

other  DockablePane
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also