ConditionObject Property

Applies To
Vision Objects: Decision

Description
Set the vision object to be a target of the Decision object conditional determination.

Specify the vision object that precedes conditional branch. Depending on the result, the program proceeds to “True” or “False” branch.

Usage

VGet  Sequence.Object. ConditionObject, var
VSet  Sequence.Object. ConditionObject, 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
Name of a vision object.

Default: None

Remarks
ConditionObject Property determines whether to process the True branch or the False branch depending on the result of the object that precedes the current object. ConditionObject Property can be any object other than the Decision object as long as it precedes the current object.

See the TrueCond property for how to specify the result of the object.
TrueCond Property

See Also
Desicion Object, TrueCond Property