DockablePane.GetTitle Method

DockablePaneGetTitle Method

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

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetTitle()
Public Function GetTitle As String
public:
String^ GetTitle()
member GetTitle : unit -> string 

Return Value

String
See Also