ESRI.ArcGIS.ADF.IMS
AddressValue Constructor(String,String)
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > AddressValue Class > AddressValue Constructor : AddressValue Constructor(String,String)




fieldID
Identifier for the geocoding field.
addressValue
Value for the geocoding field.
Constructs an AddressValue.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal fieldID As String, _
   ByVal addressValue As String _
)
Visual Basic (Usage)Copy Code
Dim fieldID As String
Dim addressValue As String
 
Dim instance As AddressValue(fieldID, addressValue)
C# 
public AddressValue( 
   string fieldID,
   string addressValue
)

Parameters

fieldID
Identifier for the geocoding field.
addressValue
Value for the geocoding field.

Example

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

Remarks

See fieldID and Value for details on the input parameters.

See Also

© 2010 All Rights Reserved.