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


IDEAddressLocator.LocatorPropsRetrieved Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > ID > IDEAddressLocator Interface > IDEAddressLocator.LocatorPropsRetrieved Property
ArcGIS Developer Help

IDEAddressLocator.LocatorPropsRetrieved Property

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

propsRetrieved is a parameter of type bool* propsRetrieved [in]
propsRetrieved is a parameter of type bool

Product Availability

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

See Also

IDEAddressLocator Interface