Click or drag to resize

mxCodecEncode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Encodes the specified object and returns the resulting XML node.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public XmlNode Encode(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
Object to be encoded.

Return Value

Type: XmlNode
Returns an XML node that represents the given object.
See Also