Constructor taking properties of the TileDirectAccessInfo object.
Syntax
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) |
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