Click or drag to resize

mxGraphModelAdd 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 Add(
	Object parent,
	Object child,
	int index
)
Request Example View Source

Parameters

parent
Type: SystemObject
child
Type: SystemObject
index
Type: SystemInt32

Return Value

Type: Object

Implements

mxIGraphModelAdd(Object, Object, Int32)
See Also