Sets font table to option.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public void SetExportFontTable( ExportFontTable fontTable ) |
| Visual Basic |
|---|
Public Sub SetExportFontTable ( _ fontTable As ExportFontTable _ ) |
| Visual C++ |
|---|
public: void SetExportFontTable( ExportFontTable^ fontTable ) |
Parameters
- fontTable
- Type: Autodesk.Revit.DB..::..ExportFontTable
The font table to be set.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |