ReactionSetGetBaseReactant Method |
Returns the name of the base reactant for a particular reaction.
Namespace: DWSIM.Thermodynamics.BaseClassesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public string GetBaseReactant(
string reacId
)
Public Function GetBaseReactant (
reacId As String
) As String
Request Example
View SourceParameters
- reacId String
- The reaction identifier
Return Value
StringImplements
ICapeReactionChemistry.GetBaseReactant(String)See Also