API Reference > OdDb Classes > OdDbXrefGraph Class > OdDbXrefGraph Methods > xrefNode Method > OdDbXrefGraph::xrefNode Method (OdDbDatabase*)
OdDbXrefGraph::xrefNode Method (OdDbDatabase*)
Syntax
C++
OdDbXrefGraphNode* xrefNode(const OdDbDatabase* pDb) const;
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database. 

Return a null pointer if the specified node is not found.

Returns the XrefGraphNode object corresponding to the specified parameter. 

 

getFrom() will populate an XrefGraph object with the Xref tree of a specified database.

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