The entry point to the native IFC import function. Processes the main IfcProject and creates appropriate Revit elements.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void ProcessIFCProject(
IFCAnyHandle ifcProject
)
Parameters
- ifcProject IFCAnyHandle
-
The IfcProject containing the entities in the IFC file.
Exceptions
See Also
Reference