DockablePaneId Constructor

DockablePaneId Constructor

Creates a new DockablePaneId instance.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public DockablePaneId(
	Guid guid
)
Public Sub New ( 
	guid As Guid
)
public:
DockablePaneId(
	Guid guid
)
new : 
        guid : Guid -> DockablePaneId

Parameters

guid  Guid
The identifier for the DockablePaneId.
See Also