Click or drag to resize

MaterialStreamGetNumCompounds Method

Returns the number of Compounds supported.

Namespace: DWSIM.Thermodynamics.Streams
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public int GetNumCompounds()
Request Example View Source

Return Value

Int32
Number of Compounds supported.

Implements

ICapeThermoCompounds.GetNumCompounds
Remarks
The number of Compounds returned by this method must be equal to the number of Compound identifiers that are returned by the GetCompoundList method of this interface. It must be zero or a positive number.
See Also