mxGraphModelGetEdgesBetween Method |
| Name | Description | |
|---|---|---|
| GetEdgesBetween(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.
| |
| GetEdgesBetween(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.
|