API Reference > OdDb Classes > OdDbEvalGraph Class > OdDbEvalGraph Methods > OdDbEvalGraph::getEdgeInfo Method
OdDbEvalGraph::getEdgeInfo Method
Syntax
C++
virtual bool getEdgeInfo(const OdDbEvalNodeId& idFrom, const OdDbEvalNodeId& idTo, OdDbEvalEdgeInfo& edgeInfo) const;
Parameters 
Description 
const OdDbEvalNodeId& idFrom 
[in] Node ID of the node at the start of the edge.  
const OdDbEvalNodeId& idTo 
[in] Node ID of the node at the end of the edge.  
OdDbEvalEdgeInfo& edgeInfo 
[out] Receives the edge information. 

Returns true if and only if successful.

Returns the edge information for the specified edge of this Graph object.

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