FormFlowsheetGetScriptText Method

Returns the script text of the script whose title matches the specified name.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public string GetScriptText(
	string name
)

Parameters

name  String
The title of the script to retrieve.

Return Value

String

Implements

IFlowsheetGetScriptText(String)

See Also