IFCImportIntent Enumeration

The intent of the IFC import.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum IFCImportIntent
Members
Member nameValueDescription
Parametric0 Imports the IFC file to allow for continued editing in Revit (standard Revit elements will be created).
Reference1 Imports the IFC file to serve as a reference (lightweight and accurate representations will be constructed, but they cannot be edited as standard Revit elements).
See Also