API Reference > OdBcf Namespace > Classes > OdBcfDataAccessor Class > OdBcfDataAccessor Methods > OdBcfDataAccessor::getMarkup Method
OdBcfDataAccessor::getMarkup Method
Syntax
C++
virtual OdBcfMarkupPtr getMarkup(const OdString & projectName, const OdString & topicId, OdResult * result = NULL) = 0;
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 markup data.

Retrieves the markup data of the specified topic.

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