ExportLayerTable.Add
Method
Description:
Inserts a (key,info) pair into Export layer table.
Inserts a (key,info) pair into Export layer table.
Parameters
| Parameter | Type | Description |
|---|---|---|
| exportLayerKey | ExportLayerKey | The export layer key to be added. |
| exportLayerInfo | ExportLayerInfo | The export layer info to be added. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The key already exists in the table. -or- The layer info does not contain the Category as a modifier type. |
| ArgumentNullException | A non-optional argument was null |