UIControlledApplicationRegisterDockablePane Method


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

Parameters

id  DockablePaneId
 
title  String
 
provider  IDockablePaneProvider
 
See Also