Click or drag to resize

PropertyPackageGetNumCompounds Method

Returns the number of Compounds supported.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public virtual 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