Share

BIMComponent.ExportBuildingComponentWithOptions Method

Parent Object: BIMComponent

Description

Method that exports the BIM component as an adsk, ifc or rfa file.

Syntax

BIMComponent.ExportBuildingComponentWithOptions( FullFileName As String, pOptions As NameValueMap )

Parameters

Name Type Description
FullFileName String Input String that defines the full filename to write the building component to. The filename should have an adsk, ifc or rfa extension.
pOptions NameValueMap Input NameValueMap object to specify additional options for export.

For IFC format, you can specify below options:

Name = “IFCFileVersion”. Value = String value that indicates the IFC file version. Below are valid IFC file versions: IFC2x3, IFC4x3.

Samples

Name Description
Export to IFC Format Sample This sample demonstrates how to export an assembly to IFC format.

Version

Introduced in version 2026.1

Was this information helpful?