Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalGraph::getEdgeInfo Method
Syntax
C++
virtual bool getEdgeInfo(const OdDbEvalNodeId& idFrom, const OdDbEvalNodeId& idTo, OdDbEvalEdgeInfo& edgeInfo) const;

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

Parameters
Description
idFrom
[in] Node ID of the node at the start of the edge.
idTo
[in] Node ID of the node at the end of the edge.
edgeInfo
[out] Receives the edge information.

Returns true if and only if successful.

Copyright © 2002-2022. Open Design Alliance All rights reserved.