Click or drag to resize

PipeProfile.LoadData Method


Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.Pipe
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
public bool LoadData(
	List<XElement> data
)
Request Example View Source

Parameters

data  List<XElement>
 

Return Value

Boolean

Implements

ICustomXMLSerialization.LoadData(List<XElement>)
See Also