Information CarrierClone JSON Method
Creates a deep copy of this information carrier by serializing and deserializing via JSON.
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A new InformationCarrier instance with the same data.
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 InformationCarrier instance with the same data.