Click or drag to resize
AddressSearchEventArgs Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Event aurguments passed by MapDataPlot in the AddressSearchProgress Event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    DataPAEnterpriseDashboardAddressSearchEventArgs

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public class AddressSearchEventArgs : EventArgs, 
	AddressSearchEventArgs_AddressSearchEventArgs

The AddressSearchEventArgs type exposes the following members.

Fields
Properties
  NameDescription
Public propertyAddress
Gets And sets the address being searched for
Public propertyCached
Gets And sets a value that indicates whether this address Is cahced
Public propertyException
If this search raised an exception, gets And sets the exception that was raised
Public propertyFound
Gets And sets a value that indicates whether this address was found
Public propertyMapDataPlot
Gets And sets the address being searched for
Public propertyPosition
Gets And sets the location returned by the search (Or null if Not found)
Public propertyTotalAddressesFound
Gets And sets the total number of addresses found in this search
Public propertyTotalAddressesInRequest
Gets And sets the total number of addresses to be processed in this request
Public propertyTotalAddressesProcessed
Gets And sets the total number of addresses searched so far in this request
Top
Remarks