ArcObjects Library Reference (Location)  

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,
  VARIANT_BOOL* isAnIntersection
);
[C++]

Parameters

address [in]

  address is a parameter of type IPropertySet

isAnIntersection [out, retval]   isAnIntersection is a parameter of type VARIANT_BOOL

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