CMSYS Object
- Last UpdatedMar 24, 2023
- 1 minute read
Methods
|
Name |
Result |
Purpose |
|
Command(STRING key) |
PML Command |
Returns PML command with given key. |
|
ExecuteCommand(STRING key) |
NO RESULT |
Executes command with given key. |
|
LoadResource(STRING path) |
NO RESULT |
Loads given resource file from the %AVEVA_DESIGN_EXE% directory given file name (without file extension). |
|
RefreshAll(STRING what, STRING how, STRING id) |
NO RESULT |
Refresh all commands sending given message. |
|
RemovePMLCommand(STRING key) |
NO RESULT |
Remove given PML command. |
|
SetApplicationContext |
NO RESULT |
Set application context to given string causing all command Refresh callbacks to be called. |
|
ShowCommand(STRING key) |
NO RESULT |
Make tool attached to given command visible. |