NumberOfResults Property
Runtime Only
Applies To
Vision Objects: All vision objects other than Decision
Description
Gets the number of results for an object.
Usage
VGet Sequence.Object.NumberOfResults, 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.
Values
The number of results for the object.
Remarks
The NumberOfResults property is used at runtime to determine the total number of results (found and not found).
See Also
CurrentResult Property, NumberFound Result