Click or drag to resize

mxGraphIsSwimlane Method

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

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

Parameters

cell
Type: SystemObject
Cell that should be checked.

Return Value

Type: Boolean
Returns true if the cell is a swimlane.
See Also