Working with SolutionXML Elements

Add SolutionXML Element to the Visio Drawing

SolutionXML is well-formed XML contained within a SolutionXML element that provides a standardized means of persisting solution data. Users may store SolutionXML at the Document level, where it is stored immediately in the VisioDocument element. Typically, this is the easiest way to store and retrieve SolutionXML using Aspose.Diagram for .NET.

The SolutionXML class represents SolutionXML element in Visio drawings. The Add method, exposed by the SolutionXML class, allows adding a SolutionXML element.

Add SolutionXML Element Programming Sample

Reading XML Values from the SolutionXML Element

SolutionXML is well-formed XML contained within a SolutionXML element that provides a standardized means of persisting solution data. The users can read XML values from the SolutionXML element using Aspose.Diagram for .NET.

The SolutionXMLs property, exposed by the Diagram class, supports a collection of Aspose.Diagram.SolutionXML objects. This property can be used to read the XML values from the SolutionXML element.

Reading SolutionXML Element Programming Sample