Click or drag to resize

mxGraphModelGetEdgesBetween Method (mxIGraphModel, Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all edges between the given source and target mxCells. If the optional boolean directed argument is false, then a matching edge is returned regardless of its direction.

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

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
source
Type: SystemObject
target
Type: SystemObject

Return Value

Type: Object
See Also