Click or drag to resize

mxIGraphModelIsConnectable Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell is connectable.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
bool IsConnectable(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose connectable state should be returned.

Return Value

Type: Boolean
Returns the connectable state of the given cell.
See Also