ArcObjects Library Reference (Location)  

IReferenceDataTable Interface

Provides access to members for retrieving reference data table information. Note: the IReferenceDataTable interface has been superseded byIReferenceDataTable2. Please consider using the more recent version.

Product Availability

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

When To Use

Use the IReferenceDataTable interface to obtain information about a Feature-Data-Object data source that a locator uses as reference data.

Members

Description
Read-only property DisplayName Name for the reference data table to display in the user interface.
Read-only property Fields Reference data fields in the reference data table.
Read-only property Filters Filters to use to browse for the reference data table.
Read-only property GeocodingIndexes Geocoding indexes on the reference data table.
Read-only property Name Name of the reference data table.

CoClasses that implement IReferenceDataTable

CoClasses and Classes Description
ReferenceDataTable A reference data table definition for a locator.

See Also

IReferenceDataTable Interface | ESRIFDOAddressLocator Class | ReferenceDataIndexEnumerator Class | ReferenceDataIndex Class | IReferenceDataTableEdit Interface | IReferenceDataFile.PathName Property | IReferenceDataTables Interface | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataTables.Tables Property | IEnumReferenceDataTable Interface | IReferenceDataFile.Filters Property | IEnumReferenceDataIndex Interface | StreetMapAddressLocator Class | IReferenceDataFile Interface | IEnumReferenceDataField Interface | IReferenceDataFieldEdit Interface | ReferenceDataFieldsEnumerator Class | IReferenceDataField Interface | ReferenceDataTable Class | ReferenceDataTableEnumerator Class | ReferenceDataField Class

.NET Related Topics

Creating an address locator |