Click or drag to resize

mxIGraphModelAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified child to the parent at the given index. If no index is specified then the child is appended to the parent's array of children.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
Object Add(
	Object parent,
	Object child,
	int index
)
Request Example View Source

Parameters

parent
Type: SystemObject
Cell that specifies the parent to contain the child.
child
Type: SystemObject
Cell that specifies the child to be inserted.
index
Type: SystemInt32
Integer that specifies the index of the child.

Return Value

Type: Object
Returns the inserted child.
See Also