Revit 2026 API
Text |
Get the type of the TextElement object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TextElementType Symbol { get; }
Public ReadOnly Property Symbol As TextElementType Get
public: property TextElementType^ Symbol { TextElementType^ get (); }
member Symbol : TextElementType with get
Property Value
TextElementTypeThe user can call this property to get the related type.
See Also