LayerOffPanelInModule()
Hides a layer in a particular panel and module.
Synopsis
LayerOffPanelInModule(int LayerNr, string PanelName, string
ModulName);
Parameters
Parameter | Description |
---|---|
LayerNr | Number of the layer to be hidden |
PanelName | Panel whose layer is to be hidden. |
ModulName | Module, where the panel and its layer are to be hidden. |
Return value
Error
Description
Similar to the function LayerOff() except that the layer LayerNo in the panel PanelName in the module ModulName is hidden.
Example
main()
{
LayerOffPanelInModule(1, "Panel_1", "Vision_3");
}
Assignment
panel.ctl
Availability
UI