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

Returns true if and only if successful.

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

 

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