Click or drag to resize

mxFastOrganicLayoutIsCellIgnored Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given cell should be ignored by the layout algorithm. This implementation returns false if the cell is a vertex and has at least one connected edge.

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

Parameters

cell
Type: SystemObject
Object that represents the cell.

Return Value

Type: Boolean
Returns true if the given cell should be ignored.
See Also