This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAdvancedIntersectionGeocoding Interface > IAdvancedIntersectionGeocoding.StandardizeIntersectionFields Property (ArcObjects .NET 10.5 SDK) |
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
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.