FindResults Class
FindResults Class
Contains the individual results from a find operation (Find, FindAddress, FindByID, FindByProperty, FindNearby, FindNearRoute, and FindPolygon methods of the FindServiceSoap class) and information about those results as a whole.
Public Class FindResults Inherits System.Object
[C#]
public class FindResults : System.Object
Public Properties
Name | Description |
---|---|
NumberFound | The total number of results found, including results that were not returned. Integer. |
Results | The zero-based array of found results (FindResult[] objects). |
StartIndex | The index into the total number found for the first result in the Results property array. Integer. |
TopScore | A number representing the score (FindResult.Score property) of the first found result in the array of results. Double. |
See Also
FindServiceSoap Class | FindResult Class