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


IAttachedLocator.InputTable Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAttachedLocator Interface > IAttachedLocator.InputTable Property
ArcGIS Developer Help

IAttachedLocator.InputTable Property

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

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

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.

 

ArcCatalog and ArcMap copy fields from the address table to the geocoded feature class

See Also

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