CapeOpenBaseGetSizeMax Method

Returns the maximum byte size of the serialised state stream.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.CAPEOPENWrappers
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public void GetSizeMax(
	ref long pcbSize
)

Parameters

pcbSize  Int64
Receives the maximum stream size in bytes.

Implements

IPersistStreamInitGetSizeMax(Int64)

See Also