DockablePaneSetTitle Method |
Set the title (a.k.a. window caption) of the dockable pane.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void SetTitle(
string title
)
Public Sub SetTitle (
title As String
)
public:
void SetTitle(
String^ title
)
member SetTitle :
title : string -> unit Parameters
- title String
-
Exceptions
See Also