ValveCloneXML Method

Creates a deep copy of this valve by serialising and deserialising via the custom XML mechanism.

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 Valve instance with identical property values.

See Also