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




Gets the FeatureLayer associated with the Geocoder.

Syntax

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

Remarks

This property points back to the FeatureLayer to which the Geocoder belongs. This property is read-only.

See Also

© 2010 All Rights Reserved.