Syntax
Visual Basic (Declaration) | |
---|
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
Use=SoapBindingUse.Literal,
ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function ReverseGeocode( _
ByVal Location As ESRI.ArcGIS.ADF.ArcGISServer.Point, _
ByVal ReturnIntersection As Boolean, _
ByVal PropMods As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet _
) As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeocodeServerDcomProxy
Dim Location As ESRI.ArcGIS.ADF.ArcGISServer.Point
Dim ReturnIntersection As Boolean
Dim PropMods As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet
value = instance.ReverseGeocode(Location, ReturnIntersection, PropMods) |
C# | |
---|
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.1",
Use=SoapBindingUse.Literal,
ParameterStyle=SoapParameterStyle.Wrapped)]
public ESRI.ArcGIS.ADF.ArcGISServer.PropertySet ReverseGeocode(
ESRI.ArcGIS.ADF.ArcGISServer.Point Location,
bool ReturnIntersection,
ESRI.ArcGIS.ADF.ArcGISServer.PropertySet PropMods
) |
Parameters
- Location
- ReturnIntersection
- PropMods
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