<Code Lib>
2025 Method
Changes 0
M

UIApplication.RegisterDockablePane

Description:
Adds a new dockable pane to the Revit user interface.

public void RegisterDockablePane(
	DockablePaneId id,
	string title,
	IDockablePaneProvider provider
)

  • Thrown if a dockable pane with identifier %id% has already been registered.

Loading…