SearchResults.GetMatch
- Updated2024-10-09
- 1 minute(s) read
SearchResults.GetMatch
Syntax
SearchResults.GetMatch( index)
Return Value
Purpose
Returns the SearchMatch object you specify.
Remarks
You can access the SearchMatch objects even as they accumulate asynchronously by using the SearchResults.NumMatches property to obtain the number of matches and then using this method to access only the SearchMatch objects up to that number. TestStand always appends new SearchMatch objects to the end.
Parameters
index As Long
[In] Specifies the zero-based index of the SearchMatch object you want the method to return.