FormFlowsheetGetUtility Method

Returns a new IAttachedUtility wrapper for the specified built-in flowsheet utility type.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IAttachedUtility GetUtility(
	FlowsheetUtility uttype
)

Parameters

uttype  FlowsheetUtility
The utility to instantiate.

Return Value

IAttachedUtility
A wrapped utility form ready to be displayed.

Implements

IFlowsheetGetUtility(FlowsheetUtility)

See Also