Form FlowsheetPython Preprocessor Property
Gets or sets an optional action invoked to pre-process Python script text before execution.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Action<string> PythonPreprocessor { get; set; }VB
Public Property PythonPreprocessor As Action(Of String)
Get
Set