FormFlowsheetGetReaction Method

Returns the reaction whose name matches the specified value, or Nothing.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IReaction GetReaction(
	string name
)

Parameters

name  String
The reaction name.

Return Value

IReaction

Implements

IFlowsheetGetReaction(String)

See Also