API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > getGraph Method > OdDbEvalGraph::getGraph Method (OdDbObject*, OdString&, OdDb::OpenMode)
OdDbEvalGraph::getGraph Method (OdDbObject*, OdString&, OdDb::OpenMode)
Syntax
C++
static OdDbEvalGraphPtr getGraph(const OdDbObject* pObj, const OdString& pKey, const OdDb::OpenMode openMode = OdDb::kForRead);
Parameters 
Description 
const OdDbObject* pObj 
[in] Pointer to the object.  
const OdDb::OpenMode openMode = OdDb::kForRead 
[in] Mode in which to open the Graph object. 
key 
[in] Graph key.  

Returns the Graph object with the specified key on the specified object.

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