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

A smart pointer to the topic folder data.

Retrieves all information about the specified topic.

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