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