Click or drag to resize

mxGraphGetChildCells Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the visible children of the given parent.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object[] GetChildCells(
	Object parent
)
Request Example View Source

Parameters

parent
Type: SystemObject

Return Value

Type: Object
See Also