PropertyPackageGetNumCompounds Method

Returns the number of Compounds supported.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual int GetNumCompounds()

Return Value

Int32
Number of Compounds supported.

Implements

ICapeThermoCompoundsGetNumCompounds

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