Click or drag to resize

mxGraphViewGetStates Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the object that maps from cells to states.

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

Parameters

cells
Type: SystemObject

Return Value

Type: DictionaryObject, mxCellState
See Also