Click or drag to resize

mxGraphViewGetState Method (Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the state for the given cell or null if no state is defined for the cell.

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

Parameters

cell
Type: SystemObject
Cell whose state should be returned.

Return Value

Type: mxCellState
Returns the state for the given cell.
See Also