Click or drag to resize

mxGraphViewGetCellStates Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the states for the given array of cells. The array contains all states that are not null, that is, the returned array may have less elements than the given array.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCellState[] GetCellStates(
	Object[] cells
)
Request Example View Source

Parameters

cells
Type: SystemObject

Return Value

Type: mxCellState
See Also