IDockablePaneProvider Interface


IDockable Pane Provider Interface

Interface that the Revit UI will call during initialization of the user interface to gather information about add-in dockable pane windows.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public interface IDockablePaneProvider

The IDockablePaneProvider type exposes the following members.

Methods
Name Description
Public method SetupDockablePane Method called during initialization of the user interface to gather information about a dockable pane window.
Top
See Also