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


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

IReferenceDataIndex.Exists Property

Indicates if the geocoding index exists.

[Visual Basic .NET]
Public ReadOnly Property Exists As Boolean
[C#]
public bool Exists {get;}
[C++]
HRESULT get_Exists(
  Boolean* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type bool*

Product Availability

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

Remarks

The Exists property returns True if the geocoding index exists, or False if not. This property only applies to pre-9.2 locators.

 

See Also

IReferenceDataIndex Interface