RecycleLoad Data Method
Restores the recycle block state from a list of XML elements.
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
True if the data was loaded successfully.
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 the data was loaded successfully.