HideGraphic()
- Last UpdatedJul 22, 2024
- 1 minute read
Closes an open graphic pop-up window shown in the ShowGraphic() script with the given identity name.
The HideGraphic() function has been extended to close HMI Windows identified with a given identity name. This function is available within any Industrial Graphics client script.
Category
Graphic Client
Syntax
HideGraphic(string identity);
Parameter
Identity
Description
The unique name of the instance that shows the graphic.
Examples
HideGraphic("i1");
Where "i1" is string Identity.
HideGraphic("<HMIName>:Window1");
Where "<HMIName>1" is the string identity.