API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > removeGraph Method > OdDbEvalGraph::removeGraph Method (OdDbObject*, OdString&)
OdDbEvalGraph::removeGraph Method (OdDbObject*, OdString&)
Syntax
C++
static bool removeGraph(OdDbObject* pObj, const OdString& pKey);
Parameters 
Description 
OdDbObject* pObj 
[in] Pointer to the object.  
key 
[in] Graph key. 

Returns true if and only if there was a graph with the specified key.

Removes the graph with the specified key on the specified object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.