The action of the IFC import.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2015

Syntax

C#
public enum IFCImportAction
Visual Basic
Public Enumeration IFCImportAction
Visual C++
public enum class IFCImportAction

Members

Member nameDescription
Open Open a new project file.
Link Link into an existing project file.

See Also