Click or drag to resize

mxICellGetTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the source or target terminal of the cell.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
mxICell GetTerminal(
	bool source
)
Request Example View Source

Parameters

source
Type: SystemBoolean
Boolean that specifies if the source terminal should be returned.

Return Value

Type: mxICell
Returns the source or target terminal.
See Also