Cape Open BaseSave Method
Serialises the unit operation parameter values to a COM stream.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations.CAPEOPENWrappers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public void Save(
IStream pStm,
bool fClearDirty
)VB
Public Sub Save (
pStm As IStream,
fClearDirty As Boolean
)Parameters
- pStm IStream
- The COM stream to write the state into.
- fClearDirty Boolean
- When True, clears the dirty flag after a successful save.