Click or drag to resize

mxStyleRegistryPutValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Puts the given object into the registry under the given name.

Namespace:  imbSCI.Graph.MXGraph.view
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static void PutValue(
	string name,
	Object value
)
Request Example View Source

Parameters

name
Type: SystemString
value
Type: SystemObject
See Also