FormFlowsheetProcessScripts 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
public void ProcessScripts(
	ScriptsEventType sourceevent,
	ScriptsObjectType sourceobj,
	string sourceobjname
)

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)

See Also