FormScriptRunScript_IronPython Method |
Namespace: DWSIMAssembly: DWSIM (in DWSIM.exe) Version: 8.8.1.0
Syntax public static void RunScript_IronPython(
string scripttitle,
string scripttext,
FormFlowsheet fsheet,
Action<TraceBackFrame> debuggingstep
)
Public Shared Sub RunScript_IronPython (
scripttitle As String,
scripttext As String,
fsheet As FormFlowsheet,
debuggingstep As Action(Of TraceBackFrame)
)
Request Example
View SourceParameters
- scripttitle String
-
- scripttext String
-
- fsheet FormFlowsheet
-
- debuggingstep ActionTraceBackFrame
-
See Also