| Revit 2020 API |
| TextElement..::..Symbol Property |
| TextElement Class See Also |
Get the type of the TextElement object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public TextElementType Symbol { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Symbol As TextElementType Get |
| Visual C++ |
|---|
public: property TextElementType^ Symbol { TextElementType^ get (); } |
Remarks
The user can call this property to get the related type.