ExportLinetypeTable.GetExportLinetypeInfo
Method
Description:
Gets a copy of the ExportLinetypeInfo corresponding to the given ExportLinetypeKey.
Gets a copy of the ExportLinetypeInfo corresponding to the given ExportLinetypeKey.
Parameters
| Parameter | Type | Description |
|---|---|---|
| exportLinetypeKey | ExportLinetypeKey | The export line type Key. |
Return Value
| Type | Description |
|---|---|
| ExportLinetypeInfo | Returns the line type info for this key. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | An entry with the given key is not present in the table. |
| ArgumentNullException | A non-optional argument was null |