Click or drag to resize

mxCellRemoveEdge 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 RemoveEdge(
	mxICell edge,
	bool isOutgoing
)
Request Example View Source

Parameters

edge
Type: imbSCI.Graph.MXGraph.modelmxICell
isOutgoing
Type: SystemBoolean

Return Value

Type: mxICell

Implements

mxICellRemoveEdge(mxICell, Boolean)
See Also