PumpClone JSON Method
Creates a deep copy of this pump object by round-tripping through JSON serialization.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A new Pump instance with the same property values.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public override Object CloneJSON()VB
Public Overrides Function CloneJSON As ObjectReturn Value
ObjectA new Pump instance with the same property values.