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


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

IGeocodeServer.GetStandardizedFields Method

Fields contained in a standardized address.

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

Product Availability

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

Remarks

NOTE: This method is not supported for locators that were built using the second generation geocoding engine.

The GetStandardizedFields method returns a set of fields that define the elements of a standardized non-intersection address. Use this method when constructing a PropertySet that represents a standardized address to pass to the GeocodeAddress or FindAddressCandidates methods, and when inspecting an address that has been standardized using the StandardizeAddress method.

See Also

IGeocodeServer Interface