AQWA Model
AQWA Model
This container holds Model data for an instance of AQWA.
Methods
GetModel
Get the DataReference for the Model data entity.
-
Return
DataReference for the Model 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
AqwaModel
Model data entity.
Properties
AQDBDatabaseFilesWritten
Indicates if aqwa .aqdb database files have been written for this system.
- Type bool
- Read Only No
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