Instantiates a transaction object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCTransaction( IFCFile file )
Parameters
- file IFCFile
- The IFC file for which this transaction is going to be used.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
