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


IGeocodeServer.GetIntersectionCandidateFields Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetIntersectionCandidateFields Method
ArcGIS Developer Help

IGeocodeServer.GetIntersectionCandidateFields Method

Fields contained by intersection candidates.

[Visual Basic .NET]
Public Function GetIntersectionCandidateFields ( _
    ByVal propMods As IPropertySet _
) As IFields
[C#]
public IFields GetIntersectionCandidateFields (
    IPropertySet propMods
);
[C++]
HRESULT GetIntersectionCandidateFields(
  IPropertySet* propMods
);
[C++]
Parameters
propMods [in]

propMods is a parameter of type IPropertySet*

Product Availability

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

Remarks

The GetIntersectionCandidateFields object returns a Fields object that contains definitions of the Fields in the Recordset returned by the FindAddressCandidates method for intersection addresses.

See Also

IGeocodeServer Interface