Click or drag to resize

mxGraphModelMergeChildren Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Merges the children of the given cell into the given target cell inside this model. All cells are cloned unless there is a corresponding cell in the model with the same id, in which case the source cell is ignored and all edges are connected to the corresponding cell in this model. Edges are considered to have no identity and are always cloned unless the cloneAllEdges flag is set to false, in which case edges with the same id in the target model are reconnected to reflect the terminals of the source edges.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void MergeChildren(
	mxICell from,
	mxICell to,
	bool cloneAllEdges
)
Request Example View Source

Parameters

from
Type: imbSCI.Graph.MXGraph.modelmxICell
to
Type: imbSCI.Graph.MXGraph.modelmxICell
cloneAllEdges
Type: SystemBoolean
See Also