Property PackageGet Num Compounds Method
Returns the number of Compounds supported.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Number of Compounds supported.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual int GetNumCompounds()VB
Public Overridable Function GetNumCompounds As IntegerReturn Value
Int32Number of Compounds supported.
Implements
ICapeThermoCompoundsGetNumCompoundsRemarks
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.