Click or drag to resize

mxICellRemove Method (mxICell)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the given child from the child array. Will remove the parent reference of the child.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxICell Remove(
	mxICell child
)
Request Example View Source

Parameters

child
Type: imbSCI.Graph.MXGraph.modelmxICell

Return Value

Type: mxICell
Returns the child that was removed.
See Also