API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::saveProject Method
OdBcfSession::saveProject Method
Syntax
C++
void saveProject(const OdString & projectId, const OdString & fileName = OdString(), OdBcfDataAccessorPtr pDataAccessor = OdBcfDataAccessorPtr(), OdResult * result = NULL);
Parameters 
Description 
const OdString & projectId 
[in] A string that contains the project Id.  
const OdString & fileName = OdString() 
[in] A string that contains the file name to use for the saving.  
OdBcfDataAccessorPtr pDataAccessor = OdBcfDataAccessorPtr() 
[in] A smart pointer to the data accessor object that should be used for the saving.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation. 

Saves the archive using a specified data accessor object.

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