Click or drag to resize

mxGraphModelSetTerminals Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the source and target of the given edge in a single atomic change.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void SetTerminals(
	mxIGraphModel model,
	Object edge,
	Object source,
	Object target
)
Request Example View Source

Parameters

model
Type: imbSCI.Graph.MXGraph.modelmxIGraphModel
Model that contains the graph.
edge
Type: SystemObject
Cell that specifies the edge.
source
Type: SystemObject
Cell that specifies the new source terminal.
target
Type: SystemObject
Cell that specifies the new target terminal.
See Also