Instantiates a transaction object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.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 |