PropertyPackageGetNumCompounds Method |
Returns the number of Compounds supported.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntaxpublic virtual int GetNumCompounds()
Public Overridable Function GetNumCompounds As Integer
Request Example
View SourceReturn Value
Int32Number of Compounds supported.
Implements
ICapeThermoCompounds.GetNumCompounds
RemarksThe 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