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




gav
AddressValue to be removed from the collection.
Remove an AddressValue from the collection.

Syntax

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

Parameters

gav
AddressValue to be removed from the collection.

See Also

© 2010 All Rights Reserved.