ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GeocodeResourceInternet Constructor(String,GISDataSourceInternet)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > GeocodeResourceInternet Class > GeocodeResourceInternet Constructor : GeocodeResourceInternet Constructor(String,GISDataSourceInternet)




name
Name of the resource.
service
The GISDataSourceInternet used with the resource.
Create an instance of the Geocode Internet resource using the specified parameters

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal service As GISDataSourceInternet _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim service As GISDataSourceInternet
 
Dim instance As GeocodeResourceInternet(name, service)
C# 
public GeocodeResourceInternet( 
   string name,
   GISDataSourceInternet service
)

Parameters

name
Name of the resource.
service
The GISDataSourceInternet used with the resource.

See Also

© 2010 All Rights Reserved.