RVTDocs.com

ExportPatternTable.Add

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