IDockablePaneProvider 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.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic interface IDockablePaneProvider
Public Interface IDockablePaneProvider
public interface class IDockablePaneProvider
type IDockablePaneProvider = interface end
The IDockablePaneProvider type exposes the following members.
Methods | Name | Description |
---|
 | SetupDockablePane |
Method called during initialization of the user interface to gather information about a dockable pane window.
|
Top
See Also