Skip to main content
Version: 8.1

system.tag.setOverlaysEnabled

This function is used in Python Scripting.

Description​

Enables or disables the component quality overlay system.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.tag.setOverlaysEnabled(enabled)

Parameters​

TypeParameterDescription
BooleanenabledTrue to turn on Tag overlays; false to turn them off.

Returns​

Nothing

Scope​

Vision Client

Code Examples​

Example #1
# This example will turn Tag overlays on.
system.tag.setOverlaysEnabled(True)

Keywords​

system tag setOverlaysEnabled, tag.setOverlaysEnabled