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


IAdvancedIntersectionGeocoding.StandardizeIntersectionFields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAdvancedIntersectionGeocoding Interface > IAdvancedIntersectionGeocoding.StandardizeIntersectionFields Property
ArcGIS Developer Help

IAdvancedIntersectionGeocoding.StandardizeIntersectionFields Property

Fields contained in a standardized intersection.

[Visual Basic .NET]
Public ReadOnly Property StandardizeIntersectionFields As IFields
[C#]
public IFields StandardizeIntersectionFields {get;}
[C++]
HRESULT get_StandardizeIntersectionFields(
  IFields** StandardizeIntersectionFields
);
[C++]
Parameters
StandardizeIntersectionFields [out, retval]

StandardizeIntersectionFields is a parameter of type IFields**

Product Availability

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

Remarks

The StandardizeIntersectionFields property returns a Fields object that you can use to inspect a standardized intersection address. To determine if an address is an intersection, use the IIntersectionGeocoding::IsIntersection method. You can then standardize the address using the IAdvancedGeocoding::StandardizeAddress method. The name of each Field in the Fields object corresponds to a property name in the PropertySet for the standardized address.

See Also

IAdvancedIntersectionGeocoding Interface