Revit 2025 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: 25.0.0.0 (25.0.0.0)
Syntax
public string GetTitle()
Public Function GetTitle As String
public: String^ GetTitle()
member GetTitle : unit -> string
Return Value
StringSee Also