Click or drag to resize

mxCodecDecode Method (XmlNode, Object)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Decodes the given XML node. The optional "into" argument specifies an existing object to be used. If no object is given, then a new instance is created using the constructor from the codec. The function returns the passed in object or the new instance if no object was given.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Object Decode(
	XmlNode node,
	Object into
)
Request Example View Source

Parameters

node
Type: System.XmlXmlNode
XML node to be decoded.
into
Type: SystemObject
Optional object to be decodec into.

Return Value

Type: Object
Returns an object that represents the given node.
See Also