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


IESRILocatorBuildOptions.EmbedGeocodingRules 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.EmbedGeocodingRules Property
ArcGIS Developer Help

IESRILocatorBuildOptions.EmbedGeocodingRules Property

Indicates if the locator should contain a copy of geocoding rules it uses.

[Visual Basic .NET]
Public ReadOnly Property EmbedGeocodingRules As Boolean
[C#]
public bool EmbedGeocodingRules {get;}
[C++]
HRESULT get_EmbedGeocodingRules(
  Boolean* bEmbedGeocodingRules
);
[C++]
Parameters
bEmbedGeocodingRules [out, retval]

bEmbedGeocodingRules is a parameter of type bool*

Product Availability

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

See Also

IESRILocatorBuildOptions Interface