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


IAddressGeocoding.MatchAddress Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

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,
  IPropertySet** result
);
[C++]

Parameters address [in]
address is a parameter of type IPropertySet result [out, retval]
result 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 (Code Files: RoutingForm)