API Reference > TD_IFC_EXPORT Namespace > Classes > OdIfcExport Class > OdIfcExport Methods > OdIfcExport::exportIfc Method
OdIfcExport::exportIfc Method
Syntax
C++
virtual ExportResult exportIfc() = 0;

The ExportResult::success value if the conversion process is successful; otherwise, the method returns an appropriate error code.

A pure virtual method that provides an interface for the conversion of an input .ifc file to a .dwg file.

Use the properties() method to set the conversion process options.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.