Click or drag to resize

mxIGraphModelSetTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the source or target terminal of the given edge using.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
Object SetTerminal(
	Object edge,
	Object terminal,
	bool source
)
Request Example View Source

Parameters

edge
Type: SystemObject
Cell that specifies the edge.
terminal
Type: SystemObject
Cell that specifies the new terminal.
source
Type: SystemBoolean
Boolean indicating if the terminal is the new source or target terminal of the edge.

Return Value

Type: Object
See Also