Inserts a (key, info) pair into Export line type table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Add( ExportLinetypeKey exportLinetypeKey, ExportLinetypeInfo exportLinetypeInfo )
Parameters
- exportLinetypeKey ExportLinetypeKey
- The export line type Key to be added.
- exportLinetypeInfo ExportLinetypeInfo
- The export line type info to be added.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The key already exists in the table. |
| ArgumentNullException | A non-optional argument was null |
