FailColor Property
Applies To
Vision Objects: All vision objects other than Decision and Coordinates
Description
Sets the object display color when the object is not passed.
Usage
VGet Sequence.Object.FailColor, var
VSet Sequence.Object.FailColor, 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
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
Sets the object display color when the object is not passed using a string containing the name of the color.
Default: "Red"
Remarks
The FailColor property allows you to set the color used for failed objects.
See Also
Found Result, Graphics Property, PassColor Property, Passed Result
← F FillHoles Property →