Click or drag to resize

mxGraphModelGetEdgesBetween Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Overload List
  NameDescription
Public methodStatic memberGetEdgesBetween(mxIGraphModel, Object, Object)
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.
Public methodStatic memberGetEdgesBetween(mxIGraphModel, Object, Object, Boolean)
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.
Top
See Also