ESRI.ArcGIS.GeocodingTools
address_type Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.GeocodingTools Namespace > ReverseGeocode Class : address_type Property




Indicates whether to return addresses for the points as street addresses or intersection addresses if the address locator supports intersection matching. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property address_type As String
Visual Basic (Usage)Copy Code
Dim instance As ReverseGeocode
Dim value As String
 
instance.address_type = value
 
value = instance.address_type
C# 
public string address_type {get; set;}

See Also

© 2010 All Rights Reserved.