Revit 2025.3 API
IFCTransaction Constructor |
Instantiates a transaction object.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IFCTransaction( IFCFile file )
Public Sub New ( file As IFCFile )
public: IFCTransaction( IFCFile^ file )
new : file : IFCFile -> IFCTransaction
Parameters
- file IFCFile
- The IFC file for which this transaction is going to be used.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |

The transaction starts by creating a transaction object.
See Also