Click or drag to resize

mxGraphGetIncomingEdges Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all incoming visible edges connected to the given cell without loops.

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

Parameters

cell
Type: SystemObject
Cell whose incoming edges should be returned.

Return Value

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