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