StartPntObjResult Property
Applies To
Vision Objects: Edge, Line, LineInspector, Contour
Description
Specifies which result to use from the StartPointObject.
Usage
VGet Sequence.Object.StartPntObjResult, var
VSet Sequence.Object.StartPntObjResult, 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
The value can be All or range from 1 to the NumberToFind value for the StartPointObject. If the StartPointObject is 'Screen', then the value is always 1.
Remarks
StartPntObjResult enables you to attach several objects to the results of one StartPointObject. For example, you could create a blob object with NumberToFind set to 4. Then you could attach a line object to each one of the results by specifying the blob for the StartPointObject of each line and a different StartPntObjResult for each line. In addition, you can specify All. If both the StartPntObjResult and the EndPntObjResult properties are set to All, then the object will be executed for each result.
See Also
Contour Object, Edge Object, EndPntObjResult Property, Line Object, LineInspector Object, StartPointObject Property