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
public propertyNumberFound

The total number of results found, including results that were not returned. Integer.

public propertyResults

The zero-based array of found results (FindResult[] objects).

public propertyStartIndex

The index into the total number found for the first result in the Results property array. Integer.

public propertyTopScore

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