ReactionSetGetIDbyName Method

Returns the reaction ID corresponding to the given reaction name within the flowsheet.

Definition

Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public Object GetIDbyName(
	string reactname
)

Parameters

reactname  String
The name of the reaction to look up.

Return Value

Object
The unique ID string of the matching reaction, or an empty string if not found.

See Also