PixelMajorDiam Result

Applies To
Vision Object: ArcFinder

Description
Returns length of the major axis of the ellipse found by ArcFinder.

Usage

VGet  Sequence.Object.PixelMajorDiam[(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 found ellipse in pixels.

Remarks
Returns length of the major axis of the ellipse found by ArcFinder in pixels. To obtain the value in millimeters, use the FoundMajorDiam result.

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