FoundMajorDiam Result
Applies To
Vision Object: ArcFinder
Description
Returns length of the major axis 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
- Optional result number. If omitted, the result number is the CurrentResult. Used for objects that return multiple results.
Values
Returns length of the major axis of the detected ellipse in millimeters.
Remarks
Returns length of the major axis of the ellipse detected by ArcFinder in millimeters. To obtain the value in pixels, use the PixelMajorDiam result.
See Also
ArcFinder Object, ArcSearchType Property, FoundMinorDiam Result, PixelMajorDiam Result, PixelMinorDiam Result