Click or drag to resize

mxCellSetTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Parameters

terminal
Type: imbSCI.Graph.MXGraph.modelmxICell
isSource
Type: SystemBoolean

Return Value

Type: mxICell

Implements

mxICellSetTerminal(mxICell, Boolean)
See Also