PassColor Property

Applies To
Vision Objects: All vision objects other than Decision and Coordinates

Description
Sets / returns the color of an object when it is Passed.

Usage

VGet  Sequence.Object.PassColor, var
VSet  Sequence.Object.PassColor, 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
String representing the name of color

Default: "LightGreen"

Remarks
Specifies the color for the object when the object result is Passed. To configure how an object is passed, set the PassType property.

See Also
Found Result, Graphics Property, FailColor Property, LabelBackColor Property, PassType Property