IFCVersion Enumeration

An enumerated type listing available IFC file versions into which a file may be exported.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum IFCVersion
Members
Member nameValueDescription
Default0 The Autodesk Revit application's default export format. Note that this may change as the defaults change in the Revit user interface.
IFCBCA8 IFC BCA file format. This is a certified variant of IFC 2x2 used for submitting files to the Singapore BCA ePlan Check Server.
IFC2x29 IFC 2x2 file format.
IFC2x310 IFC 2x3 file format.
IFCCOBIE17 IFC GSA COBIE 2010 file format. This is a variant of IFC 2x3 used for submitting files that are COBIE 2010-complaint.
IFC2x3CV221 IFC 2x3 Coordination View 2.0 file format. This is a variant of IFC 2x3 used for exporting files using the Coordination View 2.0 model view.
IFC423 IFC 4 file format.
IFC2x3FM24 IFC2x3 Extended FM Handover View
IFC4RV25 IFC4 Reference View
IFC4DTV26 IFC4 Design Transfer View
IFC2x3BFM27 IFC2x3 Basic FM Handover View
IFC4x329 IFC4x3 file format
IFCSG30 IFC-SG MVD based on IFC4
See Also