ReactorLoadData Method

Restores the reactor state, including reaction and component conversions, from XML.

Definition

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

Parameters

data  ListXElement
List of XML elements containing the serialized state.

Return Value

Boolean
True if the data was loaded successfully.

See Also