Constructs text options to create text of the given type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public TextNoteOptions( ElementId typeId )
Parameters
- typeId ElementId
- Id of a text type that defines the style of a text note.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
