Share

ExporterIFC.ExportAs2x3 Property

Note: This API is now obsolete.

Identifies if the file version being exported is IFC2x3.


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

[ObsoleteAttribute("This method is deprecated as of Revit 2025.  Use FileVersion instead.")]
public bool ExportAs2x3 { get; }

Property Value

Boolean

Remarks

Returns true even for alternative formats equivalent to IFC2x3, such as COBIE.

See Also

Reference

Was this information helpful?