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


IReferenceDataIndex Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataIndex Interface
ArcGIS Developer Help

IReferenceDataIndex Interface

Provides access to members for retrieving the geocoding index.

Product Availability

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

When To Use

Use the IReferenceDataIndex interface to get properties that describe the ReferenceDataIndex, and to build the index. This interface only applies to pre-9.2 locators.

Members

Name Description
Method Build Builds the geocoding index.
Read-only property DisplayName Name for the geocoding index to display in the user interface.
Read-only property Exists Indicates if the geocoding index exists.
Read-only property Name Name of the geocoding index.

Classes that implement IReferenceDataIndex

Classes Description
ReferenceDataIndex A reference data index definition for a reference data table.

See Also

IAddressGeocoding.Validate Method | GeocodingIndexObject Class | GeocodingIndexClassExtension Class | IGeocodingIndexCompute Interface | ReferenceDataIndex Class | ReferenceDataIndexEnumerator Class | IReferenceDataIndex Interface | IEnumReferenceDataIndex Interface | IReferenceDataIndexEdit Interface | IReferenceDataTable.GeocodingIndexes Property