Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEvalExpr::adjacentNodeRemoved Method
Syntax
C++
virtual void adjacentNodeRemoved(const OdDbEvalNodeId& adjNodeId);

Notification function called whenever a Node object with a shared edge to this Node object has been removed a Graph object. 

 

Parameters
Description
adjNodeId
[in] Node Id of the adjacent Node object.

Called by OdDbEvalGraph::removeNode(). 

This function is called after the operation.

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