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

.NET Related Topics

Creating an address locator |