ArcObjects Library Reference (Location)  

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

Parameters

defaultMapping [out, retval]

  defaultMapping is a parameter of type IPropertySet

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