Flowsheet BaseSet Translate Text External Function Method
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void SetTranslateTextExternalFunction(
Func<string, string> act
)VB
Public Sub SetTranslateTextExternalFunction (
act As Func(Of String, String)
)