This document is archived and information here might be outdated.  Recommended version.


IReferenceDataTables.HasEnoughInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataTables Interface > IReferenceDataTables.HasEnoughInfo Property
ArcGIS Developer Help

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(
  Boolean* bHasEnough
);
[C++]
Parameters
bHasEnough [out, retval]

bHasEnough is a parameter of type 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 | 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