This document is archived and information here might be outdated. Recommended version. |
Fields contained by intersection candidates.
[Visual Basic .NET] Public ReadOnly Property IntersectionCandidateFields As IFields
[C#] public IFields IntersectionCandidateFields {get;}
[C++]
HRESULT get_IntersectionCandidateFields(
IFields** candidateIntersectionFields
);
[C++] Parameters candidateIntersectionFields [out, retval]
candidateIntersectionFields is a parameter of type IFields**
The IntersectionCandidateFields property returns a Fields object that specifies the fields that are contained by candidates for intersection addresses. You can use these fields to inspect the candidates that the locator generates for an address.
Use the IsIntersection method to determine if an address is an intersection address.