Click or drag to resize

mxGraphModelCloneCells Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

cells
Type: SystemObject
includeChildren
Type: SystemBoolean

Return Value

Type: Object

Implements

mxIGraphModelCloneCells(Object, Boolean)
See Also