Click or drag to resize

mxICellRemove Method (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the child at the specified index from the child array and returns the child that was removed. 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(
	int index
)
Request Example View Source

Parameters

index
Type: SystemInt32
Integer that specifies the index of the child to be removed.

Return Value

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