ClearanceOK Result

Applies To
Vision Objects: Arc Finder, Blob, Correlation, Defect Finder, Edge, Geometric, Line Finder, Polar

Description
Returns whether clearance checking was OK.

Usage

VGet  Sequence.Object.ClearanceOK [(result)], var
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
result
Optional result number. If omitted, the , result number is the CurrentResult.
Used for objects that return multiple results.

Values

  • 0 - False: Clearance checking failed.
  • -1 - True: Clearance checking succeeded.

Remarks
ClearanceOK indicates whether clearance checking was OK.

For the target object, if any of the associated clearance checking objects ClearanceOK result is “False”, then ClearanceOK is “False” for the target object.

See Also
CheckClearanceFor Property, ClearanceCondition Property