Passed Result

Applies To
Vision Object: All vision objects other than Decision

Description
Returns whether the result of an object has passed.

Usage

VGet  Sequence.Object.Passed, var
Sequence
Name of a sequence or string variable containing a sequence name.
var
Boolean variable that will contain the value of the result.

Values

  • 0 - False: Object did not pass.
  • -1- True: Object passed.

Remarks
Returns whether the specified object passed. To specify how an object is considered passed, set the PassType property.

For example, if the PassType of the Blob object is set to “AllFound”, this result will return "True" when the number of objects specified in “NumberToFind” were all found.

See Also
AllPassed Result, PassColor Property, PassType Property, Vision Sequence