ESRI.ArcGIS.ADF.IMS
Geocoder Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > FeatureLayer Class : Geocoder Property




Gets or sets the Geocoder for this layer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Geocoder As Geocoder
Visual Basic (Usage)Copy Code
Dim instance As FeatureLayer
Dim value As Geocoder
 
value = instance.Geocoder
C# 
public Geocoder Geocoder {get;}

Example

For examples of using the Geocoder, see the Geocoder Class.

Remarks

If geocoding has been set up in the map service for the layer, the Geocoder object allows geocoding on features of the layer. For more information on geocoding and examples, see the Geocoder class overview. For general overview of geocoding and how to set up geocoding for a map service, see ArcIMS Help.

If no geocoding has been set up for this layer, then this property will be null (Nothing).

This property will always be null for ArcMap Server image services. Geocoding is not supported with ArcMap Server.

See Also

© 2010 All Rights Reserved.