Curve SetSave Data Method
Serializes the curve set to a list of XML elements.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.PumpOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A list of XElement representing the serialized curve set.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public List<XElement> SaveData()VB
Public Function SaveData As List(Of XElement)Return Value
ListXElementA list of XElement representing the serialized curve set.