MaterialStreamGetNumCompounds Method |
Returns the number of Compounds supported.
Namespace: DWSIM.Thermodynamics.StreamsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public int GetNumCompounds()
Public Function GetNumCompounds As Integer
Request Example
View SourceReturn Value
Int32Number of Compounds supported.
Implements
ICapeThermoCompounds.GetNumCompoundsRemarks 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