Click or drag to resize

mxICellInsertEdge Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts the specified edge into the edge array and returns the edge. Will update the respective terminal reference of the edge.

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

Parameters

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

Return Value

Type: mxICell
Returns the inserted edge.
See Also