IFCImportAction Enumeration |
The action of the IFC import.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum IFCImportAction
Public Enumeration IFCImportAction
public enum class IFCImportAction
MembersMember name | Value | Description |
---|
Link | 1 |
Link into an existing project file.
|
Open | 0 |
Open a new project file.
|
See Also