Click or drag to resize

mxIGraphModelSetValue Method

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

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

Parameters

cell
Type: SystemObject
Cell whose user object should be changed.
value
Type: SystemObject
Object that defines the new user object.

Return Value

Type: Object
See Also