PumpLoad Data 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
True if loading succeeded.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override bool LoadData(
List<XElement> data
)VB
Public Overrides Function LoadData (
data As List(Of XElement)
) As BooleanParameters
Return Value
BooleanTrue if loading succeeded.