Form FlowsheetGet Script Text 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public string GetScriptText(
string name
)VB
Public Function GetScriptText (
name As String
) As StringParameters
- name String
- The title of the script to retrieve.