ArcObjects Library Reference  (Location)    

ReferenceDataIndex Class

A reference data index definition for a reference data table.

ReferenceDataIndex is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

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

Description

A ReferenceDataIndex describes a geocoding index on a ReferenceDataTable used by a locator. This object only applies to pre-9.2 locator indexes.

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IReferenceDataIndex Provides access to members for retrieving the geocoding index.
IReferenceDataIndexEdit Provides access to members for editing the geocoding index.
ISupportErrorInfo Indicates whether a specific interface can return Automation error objects.

See Also

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

Example

Reference Data Indexes Enumeration Example