FoundMinorDiam Result

Applies To
Vision Object: ArcFinder

Description
Returns length of the minor diameter of the ellipse detected by ArcFinder.

Usage

VGet  Sequence.Object.FoundMajorDiam[(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
Integer variable that will contain the value of the property.
result
Result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.

Values
Returns length of the minor diameter of the detected ellipse in millimeters.

Remarks
Returns length of the minor diameter of the ellipse detected by ArcFinder in millimeters. To obtain the value in pixels, use the PixelMinorDiam result.

See Also
ArcFinder Object,ArcSearchType Property, FoundMajorDiam Result, PixelMajorDiam Result, PixelMinorDiam Result