CenterPntObjResult Property

Applies To
Vision Objects: ArcFinder, ArcInspector, Blob, BoxFinder, CodeReader, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Edge, Geometric, LineFinder, OCR, Point, Polar, Text

Description
Specifies the result which the CenterPointObject property uses.

Usage

VGet  Sequence.Object.CenterPntObjResult, var
VSet  Sequence.Object.CenterPntObjResult, value
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.
value
Integer value or expression for the new value of the property.

Values
CenterPntObjResult can be set to “All”, or you can specify which result to use. By using “All”, results will be created for each CenterPointObject result.

Default: 1

Remarks
CenterPntObjResult enables you to attach several objects to the results of one CenterPointObject. For example, you could create a blob object with NumberToFind set to 4. Then you could execute a polar object to each one of the results by specifying the blob for the CenterPointObject of each polar object, and specifying “All” to CenterPntObjResult of the blob object.

See Also
ArcFinder Object, ArcInspector Object, Blob Object, CenterPointObject Property, CenterX Property, CenterY Property, CodeReader Object, ColorMatch Object, Correlation Object, DefectFinder Object, Edge Object, Geometric Object, OCR Object, Point Object, Polar Object, BoxFinder Object, Contour Object, CornerFinder Object, Text Object