API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::createProject Method
OdBcfSession::createProject Method
Syntax
C++
OdBcfProjectPtr createProject(const OdBcfProjectData * pProjectData, OdResult * result = NULL) const;
Parameters 
Description 
const OdBcfProjectData * pProjectData 
[in] A aw pointer to an object that contains values for the instance initialization.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation.  

A smart pointer to the created OdBcfProject instance.

Creates a new project instance.

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