FormFlowsheetPythonPreprocessor 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
public Action<string> PythonPreprocessor { get; set; }

Property Value

ActionString

Implements

IFlowsheetPythonPreprocessor

See Also