Writes a reference to the specified MapContent. The map is registered within the internal hashtable for subsequent serialization.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XmlElement WriteMap ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteMap( _ |
The MapContent object to be serialized.
A string specifying the XML element name.
An XmlElement instance specifying the parent element.
See Also