ESRI.ArcGIS.ADF.IMS
AddressValue Constructor(String,String)
See Also  Send Feedback
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 New 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.

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.