Revit 2026 API
Text |
Access the type of the TextNote object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public TextNoteType TextNoteType { get; set; }
Public Property TextNoteType As TextNoteType Get Set
public: property TextNoteType^ TextNoteType { TextNoteType^ get (); void set (TextNoteType^ value); }
member TextNoteType : TextNoteType with get, set
Property Value
TextNoteTypeThe type of the TextNote object can be retrieved or changed.
See Also