ReactionSetGetNumberOfReactionCompounds Method |
Gets the number of compounds occurring in a particular reaction within a Reactions Package.
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public int GetNumberOfReactionCompounds(
string reacID
)
Public Function GetNumberOfReactionCompounds (
reacID As String
) As Integer
Request Example
View SourceParameters
- reacID String
- The reaction identifier
Return Value
Int32Implements
ICapeReactionChemistry.GetNumberOfReactionCompounds(String)See Also