Click or drag to resize

mxGraphCreateEdge Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Creates the edge to be used in insertEdge. This implementation does not set the source and target of the edge, these are set when the edge is added to the model.

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

Parameters

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

Return Value

Type: Object
See Also