ESRI.ArcGIS.ADF.ArcGISServer
ReverseGeocodeAsync(Point,Boolean,PropertySet,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeocodeServerProxy Class > ReverseGeocodeAsync Method : ReverseGeocodeAsync(Point,Boolean,PropertySet,Object) Method




Location
ReturnIntersection
PropMods
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ReverseGeocodeAsync( _
   ByVal Location As Point, _
   ByVal ReturnIntersection As Boolean, _
   ByVal PropMods As PropertySet, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As GeocodeServerProxy
Dim Location As Point
Dim ReturnIntersection As Boolean
Dim PropMods As PropertySet
Dim userState As Object
 
instance.ReverseGeocodeAsync(Location, ReturnIntersection, PropMods, userState)
C# 
public void ReverseGeocodeAsync( 
   Point Location,
   bool ReturnIntersection,
   PropertySet PropMods,
   object userState
)

Parameters

Location
ReturnIntersection
PropMods
userState

See Also

© 2010 All Rights Reserved.