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


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

IGeocodingProperties.AddXYCoordsToMatchFields Property

Indicates if the x and y coordinates of the address location are included in the geocoding result.

[Visual Basic .NET]
Public Property AddXYCoordsToMatchFields As Boolean
[C#]
public bool AddXYCoordsToMatchFields {get; set;}
[C++]
HRESULT get_AddXYCoordsToMatchFields(
  Boolean* bAddXYCoordsToMatchFields
);
[C++]
HRESULT put_AddXYCoordsToMatchFields(
  VARIANT_BOOL bAddXYCoordsToMatchFields
);
[C++]
Parameters
bAddXYCoordsToMatchFields [out, retval]

bAddXYCoordsToMatchFields is a parameter of type bool* bAddXYCoordsToMatchFields [in]
bAddXYCoordsToMatchFields is a parameter of type bool

Product Availability

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

Remarks

The AddXYCoordsToMatchFields property indicates if the matches returned by the locator have attributes representing the x and y coordinates of the geocoded locations. If this property has a value of True, then the locator will return two additional attributes for matches � one each for the x and y coordinates of the geocoded features. These attributes will be included in the match fields for the locator.

See Also

IGeocodingProperties Interface