Click or drag to resize

FormScriptRunScript_IronPython Method


Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax
public static void RunScript_IronPython(
	string scripttitle,
	string scripttext,
	FormFlowsheet fsheet,
	Action<TraceBackFrame> debuggingstep
)
Request Example View Source

Parameters

scripttitle  String
 
scripttext  String
 
fsheet  FormFlowsheet
 
debuggingstep  ActionTraceBackFrame
 
See Also