LayerOn()

Displays a layer.

Synopsis

LayerOn(int LayerNo);

Parameters

Parameter Description
LayerNo Number of the layers to be displayed

Return value

None

Error

Description

The function LayerOn() displays the specified layer LayerNo.

The function LayerOn() refers to the settings for cluttering and decluttering. For more information about this setting, refer to the chapter Cluttering/Decluttering.

Example

main()
{
  LayerOn(1);
}

Assignment

panel.ctl

Availability

UI