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