 | mxGraphGetEdges Method (Object, Object, Boolean, Boolean, Boolean) |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the incoming and/or outgoing edges for the given cell.
If the optional parent argument is specified, then only edges are returned
where the opposite is in the given parent cell. If at least one of incoming
or outgoing is true, then loops are ignored, if both are false, then all
edges connected to the given cell are returned including loops.
Namespace:
imbSCI.Graph.MXGraph.view
Assembly:
imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
SyntaxRequest Example
View SourceParameters
- cell
- Type: SystemObject
Cell whose edges should be returned. - parent
- Type: SystemObject
Optional parent of the opposite end for an edge to be
returned. - incoming
- Type: SystemBoolean
Specifies if incoming edges should be included in the
result. - outgoing
- Type: SystemBoolean
Specifies if outgoing edges should be included in the
result. - includeLoops
- Type: SystemBoolean
Specifies if loops should be included in the
result.
Return Value
Type:
ObjectReturns the edges connected to the given cell.
See Also