ArcObjects Library Reference (Location)  

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

Parameters

bAddXYCoordsToMatchFields [out, retval]   bAddXYCoordsToMatchFields is a parameter of type VARIANT_BOOL bAddXYCoordsToMatchFields [in]   bAddXYCoordsToMatchFields is a parameter of type VARIANT_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