Click or drag to resize

mxGraphInsertEdge Method (Object, String, Object, Object, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates and adds a new edge with an empty style.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object InsertEdge(
	Object parent,
	string id,
	Object value,
	Object source,
	Object target
)
Request Example View Source

Parameters

parent
Type: SystemObject
id
Type: SystemString
value
Type: SystemObject
source
Type: SystemObject
target
Type: SystemObject

Return Value

Type: Object
See Also