Reaction SetSet Reaction Rank Method
Sets the priority rank of a reaction within this reaction set.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public void SetReactionRank(
string reactionID,
int rank
)VB
Public Sub SetReactionRank (
reactionID As String,
rank As Integer
)Parameters
- reactionID String
- The unique identifier of the reaction to update.
- rank Int32
- The new rank value for the reaction.