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


IAddressGeocoding.MatchAddress Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAddressGeocoding Interface > IAddressGeocoding.MatchAddress Method
ArcGIS Developer Help

IAddressGeocoding.MatchAddress Method

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
);
[C++]
Parameters
address [in]

address is a parameter of type IPropertySet*

Product Availability

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

Remarks

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.

See Also

IAddressGeocoding Interface | IAddressGeocoding Interface | IAddressGeocoding.MatchTable Method | IAdvancedGeocoding.RematchTable Method | IAddressGeocoding.MatchAddress Method

.NET Samples

StreetMap routing