Click or drag to resize

mxCellCodecBeforeDecode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Decodes an mxCell and uses the enclosing XML node as the user object for the cell (inversion).

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 obj
)
Request Example View Source

Parameters

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

Return Value

Type: XmlNode
See Also