API Reference > OdBcf Namespace > Classes > OdBcfDataAccessor Class > OdBcfDataAccessor Methods > OdBcfDataAccessor::getArchive Method
OdBcfDataAccessor::getArchive Method
Syntax
C++
virtual OdBcfArchivePtr getArchive(const OdString & projectName, OdResult * result = NULL) = 0;
Parameters 
Description 
const OdString & projectName 
[in] A string that contains the name of the BCF file.  
OdResult * result = NULL 
[out] A pointer to a variable containing the result of the operation.  

A smart pointer to an archive object representing the BCF project.

Retrieves all the data about the specified project.

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