API Reference > DWG_IFC_IMPORT Namespace > Classes > OdIfcImport Class > OdIfcImport Enumerations > DWG_IFC_IMPORT::OdIfcImport::ImportResult Enumeration
DWG_IFC_IMPORT::OdIfcImport::ImportResult Enumeration
Syntax
C++
enum ImportResult { success, fail, bad_password, bad_file, schema_not_supported, bad_database, encrypted_file };

IfcImport.h

Members 
Description 
success 
The conversion is successfully done. 
fail 
The conversion is failed. 
bad_password 
The password is incorrect. 
bad_file 
The file is invalid. 
schema_not_supported 
The output .ifc file schema is not supported. 
bad_database 
The input .dwg database is invalid. 
encrypted_file 
The input file is encrypted. 

Contains .dwg to .ifc format conversion results.

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