ESRI.ArcGIS.ADF.IMS
AddressValue Class
Members  See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Geocode Namespace : AddressValue Class




A class that represents the value of an address component.

Object Model

AddressValue Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class AddressValue 
Visual Basic (Usage)Copy Code
Dim instance As AddressValue
C# 
[SerializableAttribute()]
public class AddressValue 

Example

For an example of creating and using InputField objects, see AddressValueCollection .

Remarks

An AddressValue is one component of geocoding input information. For example, to geocode a street address, the required fields might be "STREET" and "ZONE". These two fields are input by creating two AddressValue objects, and setting the FieldID for each. The user typically provides values for these fields, and those values are set in the Value property for each AddressValue object.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.