Inserts a (key, info) pair into Export line weight table.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Add(
ExportLineweightKey exportLineweightKey,
ExportLineweightInfo exportLineweightInfo
)
Parameters
- exportLineweightKey ExportLineweightKey
-
The export line weight Key to be added.
- exportLineweightInfo ExportLineweightInfo
-
The export line weight info to be added.
Exceptions
See Also
Reference