Form FlowsheetGet Process Data Method
Returns a list of XElement objects, one per simulation object, containing that object's serialised data.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
The list of serialised simulation object elements.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public List<XElement> GetProcessData()VB
Public Function GetProcessData As List(Of XElement)Return Value
ListXElementThe list of serialised simulation object elements.