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

A smart pointer to the topic folder object.

Retrieves the topic folder object with a specified GUID from a specified project.

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