ESRI.ArcGIS.ADF.Web.UI.WebControls
TileDirectAccessInfo Constructor(String,String,WebImageFormat)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TileDirectAccessInfo Class > TileDirectAccessInfo Constructor : TileDirectAccessInfo Constructor(String,String,WebImageFormat)




urlGeneratorJSFunction
JavaScript function that generates tile URLs.
serviceUrl
URL of the map service.
imageFormat
Format of the tile images.
Constructor taking properties of the TileDirectAccessInfo object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal urlGeneratorJSFunction As String, _
   ByVal serviceUrl As String, _
   ByVal imageFormat As WebImageFormat _
)
Visual Basic (Usage)Copy Code
Dim urlGeneratorJSFunction As String
Dim serviceUrl As String
Dim imageFormat As WebImageFormat
 
Dim instance As TileDirectAccessInfo(urlGeneratorJSFunction, serviceUrl, imageFormat)
C# 
public TileDirectAccessInfo( 
   string urlGeneratorJSFunction,
   string serviceUrl,
   WebImageFormat imageFormat
)

Parameters

urlGeneratorJSFunction
JavaScript function that generates tile URLs.
serviceUrl
URL of the map service.
imageFormat
Format of the tile images.

See Also

© 2010 All Rights Reserved.