Reaction SetObject Copy Method
Performs a binary serialization-based deep copy of a ReactionSet object.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
A deep copy of the specified reaction set.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public ReactionSet ObjectCopy(
ReactionSet obj
)VB
Public Function ObjectCopy (
obj As ReactionSet
) As ReactionSetParameters
- obj ReactionSet
- The reaction set to copy.
Return Value
ReactionSetA deep copy of the specified reaction set.