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


IESRILocatorBuildOptionsEdit.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 > IESRILocatorBuildOptionsEdit Interface > IESRILocatorBuildOptionsEdit.StoreStandardizedRefData Property
ArcGIS Developer Help

IESRILocatorBuildOptionsEdit.StoreStandardizedRefData Property

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

[Visual Basic .NET]
Public WriteOnly Property StoreStandardizedRefData_2
[C#]
public void StoreStandardizedRefData_2 {set;}
[C++]
HRESULT put_StoreStandardizedRefData(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IESRILocatorBuildOptionsEdit Interface