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


IESRILocatorBuildOptions.StoreStandardizedRefData Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IESRILocatorBuildOptions.StoreStandardizedRefData Property

Indicates if the locator should store information extracted from the reference data in a standardized form.

[Visual Basic .NET]
Public ReadOnly Property StoreStandardizedRefData As Boolean
[C#]
public bool StoreStandardizedRefData {get;}
[C++]
HRESULT get_StoreStandardizedRefData(
  VARIANT_BOOL* bStoreStandardizedRefData
);
[C++]

Parameters bStoreStandardizedRefData [out, retval] bStoreStandardizedRefData is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IESRILocatorBuildOptions Interface