Click or drag to resize

mxIGraphModelRemove Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified cell from the model. This operation will remove the cell and all of its children from the model.

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

Parameters

parent
Type: SystemObject
Cell that should be removed.

Return Value

Type: Object
Returns the removed cell.
See Also