Click or drag to resize

mxModelCodecBeforeDecode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reads the cells into the graph model. All cells are children of the root element in the node.

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

Parameters

dec
Type: imbSCI.Graph.MXGraph.iomxCodec
node
Type: System.XmlXmlNode
into
Type: SystemObject

Return Value

Type: XmlNode
See Also