This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > ID > IDEAddressLocator Interface > IDEAddressLocator.LocatorPropsRetrieved Property (ArcObjects .NET 10.5 SDK) |
Indicates if the locator propertries been retrieved.
[Visual Basic .NET] Public Property LocatorPropsRetrieved As Boolean
[C#] public bool LocatorPropsRetrieved {get; set;}
[C++]
HRESULT get_LocatorPropsRetrieved(
VARIANT_BOOL* propsRetrieved
);
[C++]
HRESULT put_LocatorPropsRetrieved(
VARIANT_BOOL propsRetrieved
);
[C++]
Parameters propsRetrieved [out, retval] propsRetrieved is a parameter of type VARIANT_BOOL propsRetrieved [in] propsRetrieved is a parameter of type VARIANT_BOOL