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