CheckLoop

CheckLoop(TreeNodeBase, TreeNodeBase)

public bool CheckLoop(TreeNodeBase parentNode, TreeNodeBase childNode) ;

Description

Check whether the connection of the node is looping.

Parameters

Parameter Name Description
parentNode Parent node
childNode Child node

Returns

Returns true if it is looping.