Click or drag to resize

mxGraphViewGetState Method (Object, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the cell state for the given cell. If create is true, then the state is created if it does not yet exist.

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

Parameters

cell
Type: SystemObject
Cell for which a new state should be returned.
create
Type: SystemBoolean
Boolean indicating if a new state should be created if it does not yet exist.

Return Value

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