ExportLinetypeTable.Add
Method
Description:
Inserts a (key, info) pair into Export line type table.
Inserts a (key, info) pair into Export line type table.
Syntax
public void Add(
ExportLinetypeKey exportLinetypeKey,
ExportLinetypeInfo exportLinetypeInfo
)
Parameters
Parameter | Type | Description |
---|---|---|
exportLinetypeKey | ExportLinetypeKey | The export line type Key to be added. |
exportLinetypeInfo | ExportLinetypeInfo | The export line type info to be added. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | The key already exists in the table. |
ArgumentNullException | A non-optional argument was null |