TextNoteOptions Constructor |
Default constructor; populates the options with their respective default values.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic:
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