CustomUOExecutionEngine Property

Gets or sets the Python execution engine (IronPython or Python.NET).

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public CustomUOPythonExecutionEngine ExecutionEngine { get; set; }

Property Value

CustomUOPythonExecutionEngine

See Also