Form FlowsheetGet Utility 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
A wrapped utility form ready to be displayed.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IAttachedUtility GetUtility(
FlowsheetUtility uttype
)VB
Public Function GetUtility (
uttype As FlowsheetUtility
) As IAttachedUtilityParameters
- uttype FlowsheetUtility
- The utility to instantiate.
Return Value
IAttachedUtilityA wrapped utility form ready to be displayed.