ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
ImageResourceLocal Constructor(String,GISDataSourceLocal)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceLocal Class > ImageResourceLocal Constructor : ImageResourceLocal Constructor(String,GISDataSourceLocal)




name
Name for the image resource.
service
GIS data source to use for the resource, representing a connection to a GIS service.
Constructor taking a name and the GIS data source for the image resource.

Syntax

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

Parameters

name
Name for the image resource.
service
GIS data source to use for the resource, representing a connection to a GIS service.

See Also

© 2010 All Rights Reserved.