This document is archived and information here might be outdated. Recommended version. |
Table that was located.
[Visual Basic .NET] Public ReadOnly Property InputTable As ITable
[C#] public ITable InputTable {get;}
[C++]
HRESULT get_InputTable(
ITable** Table
);
[C++] Parameters Table [out, retval]
Table is a parameter of type ITable**
The InputTable property returns a reference to the table containing the address information that was used to create the geocoded feature class.
For geocoded feature classes created with ArcCatalog or ArcMap, this property always returns a reference to the geocoded feature class itself. When you geocode a table using ArcCatalog or ArcMap, the address fields are copied from the address table to the geocoded feature class, and are prefixed with "ARC_". By default, ArcCatalog and ArcMap use these fields, not the fields from the original address table, when rematching the geocoded feature class.
IAttachedLocator Interface | LocatorManager Class | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager2 Interface | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method