API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::addTopicFolder Method
OdBcfSession::addTopicFolder Method
Syntax
C++
OdGUID addTopicFolder(const OdString & projectId, const OdBcfTopicFolderPtr& pTopicFolder, OdResult * result = NULL);
Parameters 
Description 
const OdString & projectId 
[in] A string that contains the project identifier.  
const OdBcfTopicFolderPtr& pTopicFolder 
[in] A smart pointer to the topic folder object.  
OdResult * result = NULL 
[out] A raw pointer to a value that contains the result of the operation.  

A GUID of the added topic folder object.

Adds an existing topic folder object to a specified project.

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