Click or drag to resize

mxGraphGetConnections Method (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
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose connections should be returned.

Return Value

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