ArcObjects Library Reference (Location)  

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