Click or drag to resize

mxGraphViewGetTerminalPort Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the given terminal or the port defined in the given edge state if a cell state exists for that port.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCellState GetTerminalPort(
	mxCellState state,
	mxCellState terminal,
	bool source
)
Request Example View Source

Parameters

state
Type: imbSCI.Graph.MXGraph.viewmxCellState
terminal
Type: imbSCI.Graph.MXGraph.viewmxCellState
source
Type: SystemBoolean

Return Value

Type: mxCellState
See Also