API Reference > OdDb Classes > OdDbGraphNode Class > OdDbGraphNode Methods > OdDbGraphNode::removeRefTo Method
OdDbGraphNode::removeRefTo Method
Syntax
C++
void removeRefTo(OdDbGraphNode* pNode);
Parameters 
Description 
pTo 
[in] Pointer to the outgoing GraphNode. 

Removes the outgoing reference, in this GraphNode object, to the specified GraphNode object. 

 

Removes the incoming reference to this GraphNode object in the outgoing GraphNode object. 

The specified GraphNode object must be part of the same graph as this GraphNode object.

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