This document is archived and information here might be outdated. Recommended version. |
Indicates if the locator has sufficient reference data in order to geocode.
[Visual Basic .NET]
Public ReadOnly Property HasEnoughInfo As Boolean
[C#]
public bool HasEnoughInfo {get;}
[C++]
HRESULT get_HasEnoughInfo(
Boolean* bHasEnough
);
[C++] Parameters bHasEnough [out, retval]
bHasEnough is a parameter of type bool*
Use the HasEnoughInfo property to determine if all of the required information has been specified for the locator's reference data. After you have specified the reference data information for the locator using the Tables property, check the HasEnoughInfo property before adding the locator to a locator workspace.
IReferenceDataTables Interface | ReferenceDataIndex Class | ReferenceDataIndexEnumerator Class | IReferenceDataFile Interface | ReferenceDataFieldsEnumerator Class | StreetMapAddressLocator Class | ReferenceDataField Class | IReferenceDataTable Interface | ReferenceDataTable Class | IReferenceDataFieldEdit Interface | IEnumReferenceDataField Interface | IEnumReferenceDataIndex Interface | IReferenceDataField Interface | ReferenceDataTableEnumerator Class | ESRIFDOAddressLocator Class | IEnumReferenceDataTable Interface | IReferenceDataFile.PathName Property | IReferenceDataTables.HasEnoughInfo Property | IReferenceDataFile.Filters Property | IReferenceDataTables.Tables Property | IAddressGeocoding.Validate Method | IReferenceDataTableEdit Interface | IReferenceDataTables Interface