Revit 2026 API
Dockable |
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
StringSee Also