API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > removeGraph Method > OdDbEvalGraph::removeGraph Method (OdDbDatabase*, OdString&)
OdDbEvalGraph::removeGraph Method (OdDbDatabase*, OdString&)
Syntax
C++
static bool removeGraph(OdDbDatabase* pDb, const OdString& key);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database.  
const OdString& 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 database.

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