Click or drag to resize

mxGraphGetConnections Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all visible edges connected to the given cell without loops.

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

Parameters

cell
Type: SystemObject
Cell whose connections should be returned.
parent
Type: SystemObject
Optional parent of the opposite end for a connection to be returned.

Return Value

Type: Object
Returns the connected edges for the given cell.
See Also