CapeOpenBaseLoad Method

Deserialises the unit operation parameter values from a COM stream.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.CAPEOPENWrappers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public void Load(
	IStream pStm
)

Parameters

pStm  IStream
The COM stream from which to read the saved state.

Implements

IPersistStreamInitLoad(IStream)

See Also