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


IGeocodeServer.GetAddressFields Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Location)  

IGeocodeServer.GetAddressFields Method

Fields needed to geocode a table of addresses.

[Visual Basic .NET]
Public Function GetAddressFields ( _
) As IFields
[C#]
public IFields GetAddressFields (
);
[C++]
HRESULT GetAddressFields(
  IFields** fieldsInfo
);
[C++]

Parameters fieldsInfo [out, retval]
fieldsInfo is a parameter of type IFields

Product Availability

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

Remarks

The GetAddressFields method returns a Fields object containing the input address fields used by the GeocodeServer. The IField::Required property on each Field object indicates if the GeocodeServer requires this field when geocoding addresses.

See Also

IGeocodeServer Interface