RVTDocs.com

ExportLineweightTable.Add

Method
Description:
Inserts a (key, info) pair into Export line weight table.
Syntax
public void Add(
	ExportLineweightKey exportLineweightKey,
	ExportLineweightInfo exportLineweightInfo
)
Parameters
Parameter Type Description
exportLineweightKey ExportLineweightKey The export line weight Key to be added.
exportLineweightInfo ExportLineweightInfo The export line weight info to be added.
Return Value
Exceptions
Exception Condition
ArgumentException The key already exists in the table.
ArgumentNullException A non-optional argument was null