Click or drag to resize

mxGraphModelGetTerminal 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 GetTerminal(
	Object edge,
	bool isSource
)
Request Example View Source

Parameters

edge
Type: SystemObject
isSource
Type: SystemBoolean

Return Value

Type: Object

Implements

mxIGraphModelGetTerminal(Object, Boolean)
See Also