CurveSetLoadData Method

Deserializes the curve set from a list of XML elements.

Definition

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

Parameters

data  ListXElement
The XML element list containing the saved curve set data.

Return Value

Boolean
True if deserialization succeeded.

Implements

ICustomXMLSerializationLoadData(ListXElement)

See Also