AQWA Results
AQWA Results
This container holds Results data for an instance of AQWA.
Methods
GetResults
Get the DataReference for the Results data entity.
-
Return
DataReference for the Results data entity. - Type DataReference
SendCommand
Executes one or more JScript commands in the AQWA editor.
Required Arguments
- Command The command to execute in the AQWA editor.
- Type string
- Example
To execute some arbitrary command (in this case, causing a dialog box to appear) in the AQWA editor:
model1.SendCommand(Command="WBScript.Out(\"My Text\",true);" )
If the AQWA editor is not open SendCommand will open it, run the command and then close it. Consider calling model1.Edit()to open the editor before using SendCommand if you do not want it to close.
Data Entities
AqwaResults
Results data entity.
Properties
DisplayText
The general property that defines the user-visible name of an entity. This property is defined for all data entities but is used only in those entities that present a label in the user interface.
- Type string
- Read Only No