ESRI.ArcGIS.ADF.IMS
Add Method
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > AddressValueCollection Class : Add Method




gav
The AddresssValue object to be added to the collection.
Add an AddressValue to the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Add( _
   ByVal gav As AddressValue _
) 
Visual Basic (Usage)Copy Code
Dim instance As AddressValueCollection
Dim gav As AddressValue
 
instance.Add(gav)
C# 
public void Add( 
   AddressValue gav
)

Parameters

gav
The AddresssValue object to be added to the collection.

Example

For an example, see the AddressValueCollection overview.

See Also

© 2010 All Rights Reserved.