RegisterDockablePane Method


UIControlled Application Register Dockable Pane Method


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void RegisterDockablePane(
	DockablePaneId id,
	string title,
	IDockablePaneProvider provider
)

Parameters

id DockablePaneId
title String
provider IDockablePaneProvider
See Also