Revit 2026 API
Text |
An enumerated type listing possible text treatment modes.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax

Member name | Value | Description |
---|---|---|
Approximate | 1 | Export texts as approximate visual fidelity. Formatting intelligence will be maintained. |
Exact | 0 | Export texts as exact visual fidelity. Formatting intelligence will be lost. |
See Also