Click or drag to resize

mxGraphModelGetChildAt 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 GetChildAt(
	Object parent,
	int index
)
Request Example View Source

Parameters

parent
Type: SystemObject
index
Type: SystemInt32

Return Value

Type: Object

Implements

mxIGraphModelGetChildAt(Object, Int32)
See Also