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


IGeocodeServer.GetAddressFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetAddressFields Method
ArcGIS Developer Help

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(
void
);

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