| Revit 2021.1 API |
| DockablePane..::..GetTitle Method |
| DockablePane Class See Also |
Returns the current title (a.k.a. window caption) of the dockable pane.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2014
Syntax
| C# |
|---|
public string GetTitle() |
| Visual Basic |
|---|
Public Function GetTitle As String |
| Visual C++ |
|---|
public: String^ GetTitle() |