ArcObjects Library Reference (Location)  

IReferenceDataTables.HasEnoughInfo Property

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(
  VARIANT_BOOL* bHasEnough
);
[C++]

Parameters

bHasEnough [out, retval]   bHasEnough is a parameter of type VARIANT_BOOL

Product Availability

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

Remarks

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.

See Also

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

.NET Related Topics

Creating an address locator