The XCommand Button function of a button allows to execute specific XCommands upon events triggered by the button. The XCommands related to visualization runtime control are located in the VISU folder of the XCommand selection. While other XCommands are executed in the server, the VISU XCommands are always executed on the client. That is, they do not affect server contents, and they to not affect other clients.
Following XCommands are available:
XCommand | Description | Parameters |
---|---|---|
Groups.Invisible | Hides all groups matching the provided matching criteria. |
|
Groups.SetVariables | Sets variables of groups matching the provided criteria. |
|
Groups.Visible | Shows all groups matching the provided criteria. |
|
Layers.Disable | Disables all layers matching the provided criteria. |
|
Layers.Enable | Enables all layers matching the provided criteria. |
|
Layers.Invisible | Hides all layers matching the provided criteria. |
|
Layers.SetVariables | Sets variables of layers matching the provided criteria. |
|
Layers.Visible | Shows all layers matching the provided matching criteria. |
|
Objects.SetProperties | Sets properties of visualization objects matching the provided criteria. |
|
Pages.Goto | Navigates to the specified page. |
|
Pages.SetVariables | Sets variables of pages matching the provided criteria. |
|
Workspace.SetVariables | Sets workspace variables. |
|