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


IGeocodeServer.GetDefaultInputFieldMapping 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.GetDefaultInputFieldMapping Method
ArcGIS Developer Help

IGeocodeServer.GetDefaultInputFieldMapping Method

Suggested field name mappings for all input fields.

[Visual Basic .NET]
Public Function GetDefaultInputFieldMapping ( _
) As IPropertySet
[C#]
public IPropertySet GetDefaultInputFieldMapping (
);
[C++]
HRESULT GetDefaultInputFieldMapping(
void
);

Product Availability

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

Remarks

The GetDefaultInputFieldMapping property returns suggested names for fields in an address table that map to input address fields used by the GeocodeServer. Use this method when preparing a table for the GeocodeAddresses method to automatically detect the fields in the address table that contain address information.

The names of the properties contained in the PropertySet returned by this method are the names of the input address fields. Use the GetAddressFields method to get the names of the input address fields used by the GeocodeServer. The value of each property is a comma-delimited list of suggested field names for each input address field.

See Also

IGeocodeServer Interface