RVTDocs.com

ExportFontTable.Add

Method
Description:
Inserts a (key,info) pair into Export font table.
Syntax
public void Add(
	ExportFontKey exportFontKey,
	ExportFontInfo exportFontInfo
)
Parameters
Parameter Type Description
exportFontKey ExportFontKey The export font key to be added.
exportFontInfo ExportFontInfo The export font info to be added.
Return Value
Exceptions
Exception Condition
ArgumentException The key already exists in the table.
ArgumentNullException A non-optional argument was null