RVTDocs.com
Namespace: Autodesk.Revit.UI Class: UIApplication

UIApplication.RegisterDockablePane

Method
Description:
Adds a new dockable pane to the Revit user interface.
Syntax
Parameters
Parameter Type Description
id DockablePaneId Unique identifier for the new pane.
title String String to use for the pane caption.
provider IDockablePaneProvider Your add-in's implementation of the IDockablePaneProvider interface.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown if a dockable pane with identifier %id% has already been registered.