UIControlledApplication.RegisterDockablePane Method

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
)
Public Sub RegisterDockablePane ( 
	id As DockablePaneId,
	title As String,
	provider As IDockablePaneProvider
)
public:
void RegisterDockablePane(
	DockablePaneId^ id, 
	String^ title, 
	IDockablePaneProvider^ provider
)
member RegisterDockablePane : 
        id : DockablePaneId * 
        title : string * 
        provider : IDockablePaneProvider -> unit 

Parameters

id  DockablePaneId
 
title  String
 
provider  IDockablePaneProvider
 
See Also