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


IReferenceDataIndex.Exists Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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

Parameters pVal [out, retval] pVal is a parameter of type VARIANT_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