Click or drag to resize

mxObjectCodecAfterEncode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Hook for subclassers to Receive-process the node for the given object after encoding and return the Receive-processed node. This implementation returns the input node. The return value of this method is returned to the encoder from encode.

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

Parameters

enc
Type: imbSCI.Graph.MXGraph.iomxCodec
Codec that controls the encoding process.
obj
Type: SystemObject
Object to be encoded.
node
Type: System.XmlXmlNode
XML node that represents the default encoding.

Return Value

Type: XmlNode
Returns the resulting node of the encoding.
See Also