FormFlowsheetGetReactionSet Method

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

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IReactionSet GetReactionSet(
	string name
)

Parameters

name  String
The reaction-set name.

Return Value

IReactionSet

Implements

IFlowsheetGetReactionSet(String)

See Also