Click or drag to resize

mxICellGetIndex Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the index of the specified child in the child array.

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

Parameters

child
Type: imbSCI.Graph.MXGraph.modelmxICell
Child whose index should be returned.

Return Value

Type: Int32
Returns the index of the specified child.
See Also