Click or drag to resize

mxGraphViewRemoveState Method (Object, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes and returns the mxCellState for the given cell.

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

Parameters

cell
Type: SystemObject
mxCell for which the mxCellState should be removed.
recurse
Type: SystemBoolean

Return Value

Type: mxCellState
Returns the mxCellState that has been removed.
See Also