IFCImportIntent Enumeration |
The intent of the IFC import.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum IFCImportIntent
Public Enumeration IFCImportIntent
public enum class IFCImportIntent
MembersMember name | Value | Description |
---|
Parametric | 0 |
Imports the IFC file to allow for continued editing in Revit (standard Revit elements will be created).
|
Reference | 1 |
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