This document is archived and information here might be outdated.  Recommended version.


IDEAddressLocator.AddressTable Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IDEAddressLocator.AddressTable Property

Table of addresses to geocode using the locator. Used for validiation.

[Visual Basic .NET]
Public Property AddressTable As IDETable
[C#]
public IDETable AddressTable {get; set;}
[C++]
HRESULT get_AddressTable(
  IDETable** AddressTable
);
[C++]
HRESULT putref_AddressTable(
  IDETable* AddressTable
);
[C++]

Parameters AddressTable [out, retval]
AddressTable is a parameter of type IDETable AddressTable [in]
AddressTable is a parameter of type IDETable

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEAddressLocator Interface