Click or drag to resize

mxGraphModelGetConnections Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all edges connected to this cell without loops.

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

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Model that contains the connection information
cell
Type: SystemObject
Cell whose connections should be returned

Return Value

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