Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Sub GeocodeAddressesAsync( _
ByVal AddressTable As ESRI.ArcGIS.ADF.ArcGISServer.RecordSet, _
ByVal AddressFieldMapping As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet, _
ByVal PropMods As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As GeocodeServerDcomProxy
Dim AddressTable As ESRI.ArcGIS.ADF.ArcGISServer.RecordSet
Dim AddressFieldMapping As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet
Dim PropMods As ESRI.ArcGIS.ADF.ArcGISServer.PropertySet
instance.GeocodeAddressesAsync(AddressTable, AddressFieldMapping, PropMods) |
C# | |
---|
public void GeocodeAddressesAsync(
ESRI.ArcGIS.ADF.ArcGISServer.RecordSet AddressTable,
ESRI.ArcGIS.ADF.ArcGISServer.PropertySet AddressFieldMapping,
ESRI.ArcGIS.ADF.ArcGISServer.PropertySet PropMods
) |
Parameters
- AddressTable
- AddressFieldMapping
- 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