Click or drag to resize

mxGraphGetChildVertices Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the visible child vertices of the given parent.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object[] GetChildVertices(
	Object parent
)
Request Example View Source

Parameters

parent
Type: SystemObject
Cell whose children should be returned.

Return Value

Type: Object
See Also