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




A class that represents the value of an address component.

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.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.IMS.Geocode.AddressValue

See Also

© 2010 All Rights Reserved.