Click or drag to resize

mxICellGetChildAt Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the child at the specified index.

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

Parameters

index
Type: SystemInt32
Integer that specifies the child to be returned.

Return Value

Type: mxICell
Returns the child at the specified index.
See Also