ESRI.ArcGIS.ADF.IMS | |
Remove Method | |
See Also |
ESRI.ArcGIS.ADF.IMS.Geocode Namespace > InputFieldCollection Class : Remove Method |
- gif
- InputField to be removed.
Visual Basic (Declaration) | |
---|---|
Public Sub Remove( _ ByVal gif As InputField _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Remove( InputField gif ) |
Parameters
- gif
- InputField to be removed.
Normally it is unnecessary to modify an InputFieldCollection, since the collection
is read-only for a Geocoder. See
AddressValueCollection for creating
geocoding inputs.