This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataTable Interface > IReferenceDataTable.GeocodingIndexes Property (ArcObjects .NET 10.5 SDK) |
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
Returns a EnumReferenceDataIndex that retrieves the geocoding indexes used by the locator. This property only applies to pre-9.2 locators.
Returns a ReferenceDataIndexEnumerator that contains descriptions of the geocoding indexes on the ReferenceDataTable.