ESRI.ArcGIS.ADF.Web.DataSources.IMS
GeocodeResource Class
Members  See Also  Send Feedback
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

GeocodeResource Class

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Class GeocodeResource 
   Inherits GISResource
   Implements ESRI.ArcGIS.ADF.Web.DataSources.IGeocodeResource, ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeResource
C# 
[SerializableAttribute()]
public class GeocodeResource : GISResource, ESRI.ArcGIS.ADF.Web.DataSources.IGeocodeResource, ESRI.ArcGIS.ADF.Web.DataSources.IGISResource, ESRI.ArcGIS.ADF.Web.DataSources.ISupportsValidation, ESRI.ArcGIS.ADF.Web.DataSources.IValidationSettings  

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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.