Click or drag to resize

mxCodecDecodeCell Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Decodes cells that have been encoded using inversion, ie. where the user object is the enclosing node in the XML, and restores the group and graph structure in the cells. Returns a new mxCell instance that represents the given node.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxICell DecodeCell(
	XmlNode node,
	bool restoreStructures
)
Request Example View Source

Parameters

node
Type: System.XmlXmlNode
XML node that contains the cell data.
restoreStructures
Type: SystemBoolean
Boolean indicating whether the graph structure should be restored by calling insert and insertEdge on the parent and terminals, respectively.

Return Value

Type: mxICell
Graph cell that represents the given node.
See Also