EnergyStreamCloneXML Method

Creates a deep copy of this energy stream by serializing and deserializing via XML.

Definition

Namespace: DWSIM.UnitOperations.Streams
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override Object CloneXML()

Return Value

Object
A new EnergyStream instance with the same data as this instance.

See Also