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


IESRILocatorBuildOptions.StoreStandardizedRefData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IE > IESRILocatorBuildOptions Interface > IESRILocatorBuildOptions.StoreStandardizedRefData Property
ArcGIS Developer Help

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

bStoreStandardizedRefData is a parameter of type bool*

Product Availability

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

See Also

IESRILocatorBuildOptions Interface