Click or drag to resize

mxGraphGetOpposites Method (Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all distinct visible opposite cells of the terminal on the given edges.

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

Parameters

edges
Type: SystemObject
terminal
Type: SystemObject

Return Value

Type: Object
See Also