Click or drag to resize

mxICellSetTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the source or target terminal.

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

Parameters

terminal
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell that represents the new source or target terminal.
source
Type: SystemBoolean
Boolean that specifies if the source or target terminal should be set.

Return Value

Type: mxICell
Returns the new terminal.
See Also