Click or drag to resize

mxIGraphModelGetChildAt Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the child of the given parent at the given index.

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

Parameters

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

Return Value

Type: Object
Returns the child at index in parent.
See Also