DockablePaneSetTitle Method

Set the title (a.k.a. window caption) of the dockable pane.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetTitle(
	string title
)

Parameters

title  String
 
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also