API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > createGraph Method > OdDbEvalGraph::createGraph Method (OdDbDatabase*, OdString&)
OdDbEvalGraph::createGraph Method (OdDbDatabase*, OdString&)
Syntax
C++
static bool createGraph(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.

Creates a graph with the specified key on the specified database. 

 

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