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