ESRI.ArcGIS.ADF.IMS
RemoveAt Method
See Also 
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > InputFieldCollection Class : RemoveAt Method




index
The index at which to remove an InputField.
Removes an InputField from a given index in the collection.

Syntax

Visual Basic (Declaration) 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As InputFieldCollection
Dim index As Integer
 
instance.RemoveAt(index)
C# 
public void RemoveAt( 
   int index
)

Parameters

index
The index at which to remove an InputField.

Remarks

Normally it is unnecessary to modify an InputFieldCollection, since the collection is read-only for a Geocoder. See AddressValueCollection for creating geocoding inputs.

See Also

© 2010 All Rights Reserved.