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


IIntersectionGeocoding.IsIntersection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > II > IIntersectionGeocoding Interface > IIntersectionGeocoding.IsIntersection Method
ArcGIS Developer Help

IIntersectionGeocoding.IsIntersection Method

Indicates if an address is an intersection.

[Visual Basic .NET]
Public Function IsIntersection ( _
    ByVal address As IPropertySet _
) As Boolean
[C#]
public bool IsIntersection (
    IPropertySet address
);
[C++]
HRESULT IsIntersection(
  IPropertySet* address
);
[C++]
Parameters
address [in]

address is a parameter of type IPropertySet*

Product Availability

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

Remarks

Use the IsIntersection property to determine if an address specifies an intersection. If an address does specify an intersection, use the fields returned by the IntersectionCandidateFields property to inspect the candidates that the locator returns for the address.

Use the IAddressInputs::AddressFields property to determine what properties the address parameter should contain.

See Also

IIntersectionGeocoding Interface