API Reference > OdBcf Namespace > Classes > OdBcfDataAccessorXml Class > OdBcfDataAccessorXml Methods > OdBcfDataAccessorXml::putArchive Method
OdBcfDataAccessorXml::putArchive Method
Syntax
C++
virtual OdResult putArchive(const OdString & projectName, const OdBcfArchivePtr & pArchive);
Parameters 
Description 
const OdString & projectName 
[in] A string that contains the name of the BCF file.  
const OdBcfArchivePtr & pArchive 
[in] A pointer to the archive that contains BCF file data.  

eOk if the project was successfully saved; otherwise, the method returns an appropriate error code.

Saves a BCF file.

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