API Reference > OdBcf Namespace > Classes > OdBcfDataAccessor Class > OdBcfDataAccessor Methods > OdBcfDataAccessor::putArchive Method
OdBcfDataAccessor::putArchive Method
Syntax
C++
virtual OdResult putArchive(const OdString & projectName, const OdBcfArchivePtr & pArchive) = 0;
Parameters 
Description 
const OdString & projectName 
[in] A string that contains the name of the BCF file.  
const OdBcfArchivePtr & pArchive 
[in] A pointer to 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.