ConvergenceHistorySaveData Method

Serializes the convergence history to a list of XML elements.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps.Helpers.Recycle
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public List<XElement> SaveData()

Return Value

ListXElement
A list of XElement objects representing the current state.

Implements

ICustomXMLSerializationSaveData

See Also