ExportLayerTable.Add
Description:
Inserts a (key,info) pair into Export layer table.
Inserts a (key,info) pair into Export layer table.
public void Add(
ExportLayerKey exportLayerKey,
ExportLayerInfo exportLayerInfo
)
-
exportLayerKeyThe export layer key to be added.
-
exportLayerInfoThe export layer info to be added.
-
The key already exists in the table. -or- The layer info does not contain the Category as a modifier type.
-
A non-optional argument was null