Click or drag to resize

mxCodecGetObject Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the decoded object for the element with the specified ID in document. If the object is not known then lookup is used to find an object. If no object is found, then the element with the respective ID from the document is parsed using decode.

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

Parameters

id
Type: SystemString
ID of the object to be returned.

Return Value

Type: Object
Returns the object for the given ID.
See Also