Click or drag to resize

ReactionSetGetBaseReactant Method

Returns the name of the base reactant for a particular reaction.

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public string GetBaseReactant(
	string reacId
)
Request Example View Source

Parameters

reacId  String
The reaction identifier

Return Value

String

Implements

ICapeReactionChemistry.GetBaseReactant(String)
See Also