CapeOpenBaseSave 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
public void Save(
	IStream pStm,
	bool fClearDirty
)

Parameters

pStm  IStream
The COM stream to write the state into.
fClearDirty  Boolean
When True, clears the dirty flag after a successful save.

Implements

IPersistStreamInitSave(IStream, Boolean)

See Also