ReactionSetSetReactionRank 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
public void SetReactionRank(
	string reactionID,
	int rank
)

Parameters

reactionID  String
The unique identifier of the reaction to update.
rank  Int32
The new rank value for the reaction.

Implements

IReactionSetSetReactionRank(String, Int32)

See Also