PipeLoadData Method

Restores the pipe state, including dynamic accumulation streams, from a list of XML elements.

Definition

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

Parameters

data  ListXElement
The XML element list containing the serialized state.

Return Value

Boolean
True if the data was loaded successfully.

See Also