Click or drag to resize

mxGraphModelgetChildEdges Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the child edges of the given parent.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static Object[] getChildEdges(
	mxIGraphModel model,
	Object parent
)
Request Example View Source

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Model that contains the hierarchical information.
parent
Type: SystemObject
Cell whose child edges should be returned.

Return Value

Type: Object
Returns the child edges of the given parent.
See Also