Revit 2022.1 API |
TextNote..::..TextNoteType Property |
TextNote Class See Also |
Access the type of the TextNote object.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
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.