This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IReferenceDataIndex Interface > IReferenceDataIndex.Exists Property (ArcObjects .NET 10.5 SDK) |
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
The Exists property returns True if the geocoding index exists, or False if not. This property only applies to pre-9.2 locators.