ESRI.ArcGIS.ADF.Web.DataSources.IMS
GeocodeResource Class
Members  See Also 
ESRI.ArcGIS.ADF.Web.DataSources.IMS Namespace : GeocodeResource Class




Provides access to properties and geocoding for a geocoding service from an ArcIMS server.

Object Model






Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeResource 
   Inherits GISResource
   Implements IGeocodeResourceIGISResourceISupportsValidationIValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResource
C# 
[SerializableAttribute()]
public class GeocodeResource : GISResource, IGeocodeResourceIGISResourceISupportsValidationIValidationSettings  

Remarks

Geocode resources are typically added to a GeocodeResourceManager, either at design time or by code at runtime. These resources are accessible at runtime via the GeocodeResource object for the specific resource.

For a discussion of resources in the Web ADF, see the topic Working with resources and functionalities in the Developer Help.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.DataSources.IMS.GISResource
      ESRI.ArcGIS.ADF.Web.DataSources.IMS.GeocodeResource

See Also

© 2010 All Rights Reserved.