The unique identifier for this dockable pane.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2014

Syntax

C#
public DockablePaneId Id { get; }
Visual Basic
Public ReadOnly Property Id As DockablePaneId
	Get
Visual C++
public:
property DockablePaneId^ Id {
	DockablePaneId^ get ();
}

See Also