ExpanderLoad Data Method
Loads the expander's state from a list of XML elements, restoring saved properties and performance curves.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
True if loading was successful.
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 was successful.