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


IDEAddressLocator.LocatorPropsRetrieved Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Location)  

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(
  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

Product Availability

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

See Also

IDEAddressLocator Interface