Click or drag to resize

mxIGraphModelGetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the user object of the given cell.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
Object GetValue(
	Object cell
)
Request Example View Source

Parameters

cell
Type: SystemObject
Cell whose user object should be returned.

Return Value

Type: Object
Returns the user object of the given cell.
See Also