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