FormFlowsheetGetResultValue Method

Returns the numeric value (converted to the current unit system) for the specified result property ID.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public double GetResultValue(
	string id
)

Parameters

id  String
A result identifier as returned by GetResultIDs.

Return Value

Double

Implements

IFlowsheetGetResultValue(String)

See Also