This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IG > IGeocodeServer Interface > IGeocodeServer.GetIntersectionCandidateFields Method (ArcObjects .NET 10.4 SDK) |
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,
IFields** candidateIntersectionFieldsInfo
);
[C++]
Parameters propMods [in]
propMods is a parameter of type IPropertySet candidateIntersectionFieldsInfo [out, retval]
candidateIntersectionFieldsInfo is a parameter of type IFields
The GetIntersectionCandidateFields object returns a Fields object that contains definitions of the Fields in the Recordset returned by the FindAddressCandidates method for intersection addresses.