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


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

IReferenceDataTable.GeocodingIndexes Property

Geocoding indexes on the reference data table.

[Visual Basic .NET]
Public ReadOnly Property GeocodingIndexes As IEnumReferenceDataIndex
[C#]
public IEnumReferenceDataIndex GeocodingIndexes {get;}
[C++]
HRESULT get_GeocodingIndexes(
  IEnumReferenceDataIndex** GeocodingIndexes
);
[C++]
Parameters
GeocodingIndexes [out, retval]

GeocodingIndexes is a parameter of type IEnumReferenceDataIndex**

Product Availability

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

Description

Returns a EnumReferenceDataIndex that retrieves the geocoding indexes used by the locator. This property only applies to pre-9.2 locators.

Errors Returned

Returns a ReferenceDataIndexEnumerator that contains descriptions of the geocoding indexes on the ReferenceDataTable.

See Also

IReferenceDataTable Interface