Revit 2025.3 API
Importer |
The entry point to the native IFC import function. Processes the main IfcProject and creates appropriate Revit elements.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void ProcessIFCProject( IFCAnyHandle ifcProject )
Public Sub ProcessIFCProject ( ifcProject As IFCAnyHandle )
public: void ProcessIFCProject( IFCAnyHandle^ ifcProject )
member ProcessIFCProject : ifcProject : IFCAnyHandle -> unit
Parameters
- ifcProject IFCAnyHandle
- The IfcProject containing the entities in the IFC file.

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