Click or drag to resize

mxGraphModelGetEdges Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Overload List
  NameDescription
Public methodStatic memberGetEdges(mxIGraphModel, Object)
Returns all edges connected to this cell including loops.
Public methodStatic memberGetEdges(mxIGraphModel, Object, Boolean, Boolean, Boolean)
Returns all distinct edges connected to this cell. If at least one of incoming or outgoing is true, then loops are ignored, otherwise if both are false, then all edges connected to the given cell are returned including loops.
Top
See Also