METHOD SwitchToVisuGlobally : INT
Changes the shown visualization in a frame for some sorts of clients. All clients of the given type will switch to the given visualization. If no according visu is found, nothing will happen.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
SwitchToVisuGlobally
|
INT
|
|
Input
|
clientsToChange
|
Visu_ClientType
|
This can be a combination of the values in the enumeration Visu_ClientType, all clients of this type will be switched to the given visu.
|
stFramePath
|
STRING(255)
|
The identification of the frame that should be switched
|
iIndex
|
INT
|
The Index of the visu that should be shown
|
|