ArcObjects Library Reference  (Location)    

IReferenceDataTables.HasEnoughInfo Property

Indicates if the locator has sufficient reference data in order to geocode.

[Visual Basic 6.0]
Property HasEnoughInfo As Boolean
[Visual Basic .NET]
Public ReadOnly Property HasEnoughInfo As Boolean
[C#]
public bool HasEnoughInfo {get;}
[Java]
public boolean isHasEnoughInfo()
throws
    IOException,
    AutomationException
[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 | IReferenceDataFile.Filters Property | ReferenceDataFieldsEnumerator Class | ReferenceDataIndex Class | IEnumReferenceDataTable Interface | IEnumReferenceDataField Interface | ReferenceDataField Class | IReferenceDataFile.PathName Property | IReferenceDataTables.Tables Property | IEnumReferenceDataIndex Interface | ESRIFDOAddressLocator Class | IReferenceDataTableEdit Interface | ReferenceDataIndexEnumerator Class | IReferenceDataFile Interface | ReferenceDataTableEnumerator Class | IReferenceDataTables.HasEnoughInfo Property | IAddressGeocoding.Validate Method | IReferenceDataField Interface | IReferenceDataTables Interface | StreetMapAddressLocator Class | ReferenceDataTable Class | IReferenceDataFieldEdit Interface