Click or drag to resize

mxICellRemoveEdge Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified edge from the edge array and returns the edge. Will remove the respective terminal reference from the edge.

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

Parameters

edge
Type: imbSCI.Graph.MXGraph.modelmxICell
Cell to be removed from the edge array.
isOutgoing
Type: SystemBoolean
Boolean that specifies if the edge is outgoing.

Return Value

Type: mxICell
Returns the edge that was removed.
See Also