 | 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.
SyntaxRequest Example
View SourceParameters
- 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:
mxICellGraph cell that represents the given node.
See Also