This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressGeocoding Interface > IAddressGeocoding.MatchAddress Method (ArcObjects .NET 10.4 SDK) |
Geocodes a single address.
[Visual Basic .NET] Public Function MatchAddress ( _ ByVal address As IPropertySet _ ) As IPropertySet
[C#] public IPropertySet MatchAddress ( IPropertySet address );
[C++]
HRESULT MatchAddress(
IPropertySet* address,
IPropertySet** result
);
[C++]
Parameters address [in]
address is a parameter of type IPropertySet result [out, retval]
result is a parameter of type IPropertySet
The address parameter is a PropertySet that contains the components of the address that you want to match. The property names in this PropertySet are defined by the IAddressInputs::AddressFields property.
The PropertySet returned by this method contains properties defined by the MatchFields property.
IAddressGeocoding Interface | IAddressGeocoding Interface | IAddressGeocoding.MatchTable Method | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method