ComponentSeparatorCloneXML Method

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

Definition

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

Return Value

Object
A new ComponentSeparator instance with the same state.

See Also