LayerOff()

Hides a layer.

Synopsis

LayerOff(int LayerNo);

Parameters

Parameters Meaning
LayerNo Number of the layer to be hidden

Return value

None

Error

Description

The function LayerOff() hides the specified layer LayerNo.

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

Example

main()
{
  LayerOff(1);
}

Assignment

panel.ctl

Availability

UI