ESRI.ArcGIS.ADF.ArcGISServer
FindAddressCandidates Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > GeocodeServerProxy Class : FindAddressCandidates Method




Address
PropMods

Syntax

Visual Basic (Declaration) 
<SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)>
Public Function FindAddressCandidates( _
   ByVal Address As PropertySet, _
   ByVal PropMods As PropertySet _
) As RecordSet
Visual Basic (Usage)Copy Code
Dim instance As GeocodeServerProxy
Dim Address As PropertySet
Dim PropMods As PropertySet
Dim value As RecordSet
 
value = instance.FindAddressCandidates(Address, PropMods)
C# 
[SoapDocumentMethodAttribute(RequestNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   ResponseNamespace="http://www.esri.com/schemas/ArcGIS/10.0", 
   Use=SoapBindingUse.Literal, 
   ParameterStyle=SoapParameterStyle.Wrapped)]
public RecordSet FindAddressCandidates( 
   PropertySet Address,
   PropertySet PropMods
)

Parameters

Address
PropMods

See Also

© 2010 All Rights Reserved.