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


IDEAddressLocator.AddressTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > ID > IDEAddressLocator Interface > IDEAddressLocator.AddressTable Property
ArcGIS Developer Help

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