This document is archived and information here might be outdated. Recommended version. |
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*
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.