TextNoteOptions Constructor

TextNoteOptions Constructor

Default constructor; populates the options with their respective default values.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public TextNoteOptions()
Public Sub New
public:
TextNoteOptions()
new : unit -> TextNoteOptions
Remarks
The constructed options need to be given a typeId before it can be used to create a text note.
See Also