ESRI.ArcGIS.ADF.Web.UI.WebControls
TileDirectAccessInfo Constructor(String,String,WebImageFormat)
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.WebImageFormat _
)
Visual Basic (Usage)Copy Code
Dim urlGeneratorJSFunction As String
Dim serviceUrl As String
Dim imageFormat As ESRI.ArcGIS.ADF.Web.WebImageFormat
 
Dim instance As New TileDirectAccessInfo(urlGeneratorJSFunction, serviceUrl, imageFormat)
C# 
public TileDirectAccessInfo( 
   string urlGeneratorJSFunction,
   string serviceUrl,
   ESRI.ArcGIS.ADF.Web.WebImageFormat imageFormat
)

Parameters

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

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

© 2011 All Rights Reserved.