Click or drag to resize

mxICellRemoveFromTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the edge from its source or target terminal.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
void RemoveFromTerminal(
	bool isSource
)
Request Example View Source

Parameters

isSource
Type: SystemBoolean
Boolean that specifies if the edge should be removed from its source or target terminal.
See Also