Click or drag to resize

mxGraphGetOpposites Method (Object, Object, Boolean, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns all distincts visible opposite cells for the specified 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,
	bool sources,
	bool targets
)
Request Example View Source

Parameters

edges
Type: SystemObject
Edges whose opposite terminals should be returned.
terminal
Type: SystemObject
Terminal that specifies the end whose opposite should be returned.
sources
Type: SystemBoolean
Specifies if source terminals should be included in the result.
targets
Type: SystemBoolean
Specifies if targer terminals should be included in the result.

Return Value

Type: Object
See Also