Revit 2019.2 API |
ACADExportOptions..::..TextTreatment Property |
ACADExportOptions Class See Also |
The text treatment.
Deault value is TextTreatment.Exact.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
C# |
---|
public TextTreatment TextTreatment { get; set; } |
Visual Basic |
---|
Public Property TextTreatment As TextTreatment Get Set |
Visual C++ |
---|
public: property TextTreatment TextTreatment { TextTreatment get (); void set (TextTreatment value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |