PumpLoadData Method

Restores the pump's state from a list of XML elements, including legacy curve data.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override bool LoadData(
	List<XElement> data
)

Parameters

data  ListXElement
The XML element list produced by a previous SaveData call.

Return Value

Boolean
True if loading succeeded.

See Also