ExportPatternTable.Add Method
Inserts a (key,info) pair into Export pattern table.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void Add( ExportPatternKey exportPatternKey, ExportPatternInfo exportPatternInfo )
Parameters
exportPatternKey
ExportPatternKey
The export pattern key to be added.
exportPatternInfo
ExportPatternInfo
The export pattern info to be added.
Exceptions
Exception
Condition
ArgumentException
The key already exists in the table.
ArgumentNullException
A non-optional argument was null
See Also
Reference
ExportPatternTable Class
Autodesk.Revit.DB Namespace