This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodingProperties Interface > IGeocodingProperties.AddXYCoordsToMatchFields Property (ArcObjects .NET 10.4 SDK) |
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
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.