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