SplitterLoadData Method

Restores the splitter state from a list of XML elements previously produced by SaveData.

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
A list of XElement objects containing the serialized splitter data.

Return Value

Boolean
True if the data was loaded successfully.

See Also