API Reference > OdBcf Namespace > Classes > OdBcfSession Class > OdBcfSession Methods > OdBcfSession::deleteComment Method
OdBcfSession::deleteComment Method
Syntax
C++
void deleteComment(const OdString& projectId, const OdGUID& topicId, const OdGUID& commentId, 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.  
const OdGUID& commentId 
[in] A GUID of the comment.  
OdResult* result = NULL 
[out] A raw pointer to a value that contains the result of the operation. 

Delete the comment from the topic with a specified GUID from a specified project.

If you want to get the result of the comment deletion, pass a valid pointer to the OdResult value to the method and analyze it after the method call ends.

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