| Revit 2023 API |
| Asset..::..Title Property |
| Asset Class See Also |
Asset title
Namespace: Autodesk.Revit.DB.Visual
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
| C# |
|---|
public string Title { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Title As String Get |
| Visual C++ |
|---|
public: property String^ Title { String^ get (); } |