Click or drag to resize

mxCodecPutObject Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Assoiates the given object with the given ID.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object PutObject(
	string id,
	Object obj
)
Request Example View Source

Parameters

id
Type: SystemString
ID for the object to be associated with.
obj
Type: SystemObject
Object to be associated with the ID.

Return Value

Type: Object
Returns the given object.
See Also