Form FlowsheetProcess Scripts Method
Runs all scripts in ScriptCollection whose event type, object type, and object name
match the specified parameters.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetProcessScripts(ScriptsEventType, ScriptsObjectType, String)
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void ProcessScripts(
ScriptsEventType sourceevent,
ScriptsObjectType sourceobj,
string sourceobjname
)VB
Public Sub ProcessScripts (
sourceevent As ScriptsEventType,
sourceobj As ScriptsObjectType,
sourceobjname As String
)Parameters
- sourceevent ScriptsEventType
- The event type that triggered script execution.
- sourceobj ScriptsObjectType
- The category of the object that raised the event.
- sourceobjname String
- The unique ID of the specific object that raised the event.
Implements
IFlowsheetGUIProcessScripts(ScriptsEventType, ScriptsObjectType, String)IFlowsheetProcessScripts(ScriptsEventType, ScriptsObjectType, String)