Click or drag to resize

mxGraphGetChildCells Method (Object, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the visible child vertices or edges in the given parent. If vertices and edges is false, then all children are returned.

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

Parameters

parent
Type: SystemObject
Cell whose children should be returned.
vertices
Type: SystemBoolean
Specifies if child vertices should be returned.
edges
Type: SystemBoolean
Specifies if child edges should be returned.

Return Value

Type: Object
See Also