Click or drag to resize

mxIGraphModelCloneCells Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns an array of clones for the given array of cells. Depending on the value of includeChildren, a deep clone is created for each cell. Connections are restored based if the corresponding cell is contained in the passed in array.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
Object[] CloneCells(
	Object[] cells,
	bool includeChildren
)
Request Example View Source

Parameters

cells
Type: SystemObject
Array of cells to be cloned.
includeChildren
Type: SystemBoolean
Boolean indicating if the cells should be cloned with all descendants.

Return Value

Type: Object
Returns a cloned array of cells.
See Also