Click or drag to resize

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

Parameters

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

Return Value

Type: mxICell

Implements

mxICellInsertEdge(mxICell, Boolean)
See Also