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


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

IESRILocatorBuildOptionsEdit.EmbedGeocodingRules Property

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

[Visual Basic .NET]
Public WriteOnly Property EmbedGeocodingRules_2
[C#]
public void EmbedGeocodingRules_2 {set;}
[C++]
HRESULT put_EmbedGeocodingRules(
  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