Click or drag to resize

mxGraphGetOutgoingEdges Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the visible outgoing edges for the given cell. If the optional parent argument is specified, then only child edges of the given parent are returned.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object[] GetOutgoingEdges(
	Object cell,
	Object parent
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose outgoing edges should be returned.
parent
Type: SystemObject
Optional parent of the opposite end for a connection to be returned.

Return Value

Type: Object
Returns the outgoing edges of the given cell.
See Also