Revit 2023 API |
TextNode..::..FontName Property |
TextNode Class See Also |
The name of the text font.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2016
Syntax
C# |
---|
public string FontName { get; } |
Visual Basic |
---|
Public ReadOnly Property FontName As String Get |
Visual C++ |
---|
public: property String^ FontName { String^ get (); } |