Click or drag to resize

mxIGraphModelGetTerminal Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the source or target terminal of the given edge depending on the value of the boolean parameter.

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

Parameters

edge
Type: SystemObject
Cell that specifies the edge.
source
Type: SystemBoolean
Boolean indicating which end of the edge should be returned.

Return Value

Type: Object
Returns the source or target of the given edge.
See Also