Click or drag to resize

mxGraphFindTreeRoots Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all children in the given parent which do not have incoming edges. If the result is empty then the with the greatest difference between incoming and outgoing edges is returned.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<Object> FindTreeRoots(
	Object parent
)
Request Example View Source

Parameters

parent
Type: SystemObject
Cell whose children should be checked.

Return Value

Type: ListObject
See Also