ArcObjects Library Reference (Location)  

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