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


IIntersectionGeocoding.IntersectionCandidateFields Property (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.IntersectionCandidateFields Property
ArcGIS Developer Help

IIntersectionGeocoding.IntersectionCandidateFields Property

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**

Product Availability

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

Remarks

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.

See Also

IIntersectionGeocoding Interface