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


IGeocodingProperties2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties2 Interface
ArcGIS Developer Help

IGeocodingProperties2 Interface

Provides access to members that control geocoding settings.

Product Availability

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

When To Use

Use the IGeocodingProperties2 interface to inspect and set properties specific to address locators that use the second generation ESRI geocoding engine.

Members

Name Description
Read/write property AddPercentAlongToMatchFields Indicates if the percentage along the reference feature at which the address is located is included in the geocoding result.
Read/write property AddReferenceIDToMatchFields Indicates if the feature ID of the matched feature is included in the geocoding result.
Read-only property AddressFields Fields needed to geocode a table of addresses.
Read/write property AddStandardizeStringToMatchFields Indicates if the standardized address is included in the geocoding result.
Read/write property AddXYCoordsToMatchFields Indicates if the x and y coordinates of the address location are included in the geocoding result.
Read-only property DefaultInputFieldNames Recognized names for an input field.
Write-only property DefaultInputFieldNames Recognized names for a required input field.
Read/write property EndOffset End offset percentage.
Read/write property EndOffsetDistance End offset using either distance or percentage.
Read/write property EndOffsetDistanceUnits Units used for the end offset. Use esriUnknownUnits to specify the end offset as a percentage of the segment's length.
Read/write property IntersectionConnectors Connector strings used to designate intersections.
Read/write property MatchIfScoresTie Indicates whether addresses should be arbitrarily matched to a feature when two or more features have the same best score.
Read/write property MinimumCandidateScore Minimum candidate score setting.
Read/write property MinimumMatchScore Minimum match score setting.
Read/write property SideOffset Side offset distance.
Read/write property SideOffsetUnits Units used for the side offset.
Read/write property SpellingSensitivity Spelling sensitivity setting.
Read/write property UseRelativePaths Indicates if the paths to the reference data should be stored relative to the locator.

Inherited Interfaces

Interfaces Description
IGeocodingProperties Provides access to members that control geocoding settings.
IAddressInputs Provides access to members that specify fields for address tables.

Classes that implement IGeocodingProperties2

Classes Description
ESRIGen2AddressLocator An address locator that uses the Esri geocoding engine introduced in ArcGIS version 10.0.
ESRIGen2AddressLocatorStyle An address locator style that uses the Esri geocoding engine introduced in ArcGIS version 10.0.