![]() | mxGraphModelGetEdges Method |
Name | Description | |
---|---|---|
![]() ![]() | GetEdges(mxIGraphModel, Object) |
Returns all edges connected to this cell including loops.
|
![]() ![]() | GetEdges(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.
|