Inserts a (key,info) pair into Export layer table.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void Add( ExportLayerKey exportLayerKey, ExportLayerInfo exportLayerInfo )
Parameters
- exportLayerKey ExportLayerKey
- The export layer key to be added.
- exportLayerInfo ExportLayerInfo
- The export layer info to be added.
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 |