ArcObjects Library Reference (Location)  

IGeocodeServer.GetStandardizedIntersectionFields Method

Fields contained in a standardized intersection.

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

Parameters

standardizedFieldsInfo [out, retval]

  standardizedFieldsInfo is a parameter of type IFields

Product Availability

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

Remarks

The GetStandardizedIntersectionFields method returns a set of fields that define the elements of a standardized 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