Reaction SetLoad Data Method
Loads reaction set data from a list of XML elements.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
True if the data was loaded successfully; otherwise, False.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public bool LoadData(
List<XElement> data
)VB
Public Function LoadData (
data As List(Of XElement)
) As BooleanParameters
Return Value
BooleanTrue if the data was loaded successfully; otherwise, False.