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


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

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(
  VARIANT_BOOL* bEmbedGeocodingRules
);
[C++]

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

Product Availability

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

See Also

IESRILocatorBuildOptions Interface