This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IA > IAdvancedIntersectionGeocoding Interface > IAdvancedIntersectionGeocoding.MatchStandardizedIntersection Method (ArcObjects .NET 10.4 SDK) |
Geocodes a single standardized intersection.
[Visual Basic .NET] Public Function MatchStandardizedIntersection ( _ ByVal standardizedIntersection As IPropertySet _ ) As IPropertySet
[C#] public IPropertySet MatchStandardizedIntersection ( IPropertySet standardizedIntersection );
[C++]
HRESULT MatchStandardizedIntersection(
IPropertySet* standardizedIntersection,
IPropertySet** result
);
[C++]
Parameters standardizedIntersection [in]
standardizedIntersection is a parameter of type IPropertySet result [out, retval]
result is a parameter of type IPropertySet
Use the MatchStandardizedIntersection method to match a standardized intersection address.
The standardizedIntersection parameter is a PropertySet containing the components of the standardized intersection address. You can obtain a standardized address using the IAdvancedGeocoding::StandardizeAddress method.
This method returns a PropertySet containing the match for the address. The names of its properties are determined by the names of the fields returned by the IAddressGeocoding::MatchFields property.