Access the type of the TextNote object.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public TextNoteType TextNoteType { get; set; } |
| Visual Basic |
|---|
Public Property TextNoteType As TextNoteType Get Set |
| Visual C++ |
|---|
public: property TextNoteType^ TextNoteType { TextNoteType^ get (); void set (TextNoteType^ value); } |
Remarks
The type of the TextNote object can be retrieved or changed.