This document is archived and information here might be outdated. Recommended version. |
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
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.