Click or drag to resize

mxGraphModelSetTerminal 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 Object SetTerminal(
	Object edge,
	Object terminal,
	bool isSource
)
Request Example View Source

Parameters

edge
Type: SystemObject
terminal
Type: SystemObject
isSource
Type: SystemBoolean

Return Value

Type: Object

Implements

mxIGraphModelSetTerminal(Object, Object, Boolean)
See Also