API Reference > OdDb Classes > OdDbEvalExpr Class > OdDbEvalExpr Methods > OdDbEvalExpr::getGraph Method
OdDbEvalExpr::getGraph Method
Syntax
C++
OdDbEvalGraphPtr getGraph(OdDb::OpenMode openMode = OdDb::kForRead) const;
Parameters 
Description 
OdDb::OpenMode openMode = OdDb::kForRead 
[in] Mode in which to open the Graph object. 

Returns a SmartPointer to the opened OdDbEvalGraph if successful, otherwise a null SmartPointer.

Opens the OdDbEvalGraph object that owns this Node object. 

 

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