Click or drag to resize

mxGraphGetEdgesBetween Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the edges between the given source and target. This takes into account collapsed and invisible cells and returns the connected edges as displayed on the screen.

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

Parameters

source
Type: SystemObject
target
Type: SystemObject

Return Value

Type: Object
See Also