FormFlowsheetGetProcessData 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
public List<XElement> GetProcessData()

Return Value

ListXElement
The list of serialised simulation object elements.

Implements

IFlowsheetGetProcessData

See Also