Click or drag to resize

mxObjectCodecDecode Method (mxCodec, XmlNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Parses the given node into the object or returns a new object representing the given node.

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

Parameters

dec
Type: imbSCI.Graph.MXGraph.iomxCodec
Codec that controls the encoding process.
node
Type: System.XmlXmlNode
XML node to be decoded.

Return Value

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