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


IAddressFindData.Values Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > LocationUI > ESRI.ArcGIS.LocationUI > Interfaces > IA > IAddressFindData Interface > IAddressFindData.Values Property
ArcGIS Developer Help

IAddressFindData.Values Property

Properties of the address candidate.

[Visual Basic .NET]
Public Property Values As IPropertySet
[C#]
public IPropertySet Values {get; set;}

Product Availability

Available with ArcGIS Desktop.

Description

The Values property returns a PropertySet containing the values for the address candidate. You can inspect the properties that the PropertySet contains using the Fields object returned by the IAddressCandidates::CandidateFields property on the locator that you used to find the address.

See Also

IAddressFindData Interface