Click or drag to resize

mxCellCodecAfterEncode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Encodes an mxCell and wraps the XML up inside the XML of the user object (inversion).

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

Parameters

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

Return Value

Type: XmlNode
See Also