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
Product Availability
Description
The InputTable property returns a reference to the table containing the address information that was used to create the geocoded feature class.
Remarks
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.
See Also
IAttachedLocator Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager2 Interface | ILocatorManager Interface | LocatorManager Class | ILocatorManager2 Interface | IAttachedLocator Interface | AttachedLocator Class | ILocatorManager Interface | ILocatorManager Interface | AttachedLocator Class | ILocatorManager.GetLocatorFromDataset Method | IAttachedLocator Interface | ILocatorManager.HasLocatorAttached Method | ILocatorManager2 Interface