Enabled Property

Applies To
Vision Objects: All

Description
Sets whether to execute the object.

Usage

VGet  Sequence.Object.Enabled, var
VSet  Sequence.Object.Enabled, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property.

Values

  • 0 - False: The object will not be executed.
  • -1 - True: The object will be executed.

Default: True

Remarks
When the Enabled property is set to "False", the object will not be executed.

See Also
All Vision objects other than Coordinates