IFlowsheetSetTranslateTextExternalFunction Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax void SetTranslateTextExternalFunction(
Func<string, string> act
)
Sub SetTranslateTextExternalFunction (
act As Func(Of String, String)
)
Request Example
View SourceParameters
- act FuncString, String
-
See Also