ESRI.ArcGIS.ADF.Web.DataSources
TileCacheInfo Constructor(Int32,Int32,Int32,Point,LodInfo[])
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.DataSources Namespace > TileCacheInfo Class > TileCacheInfo Constructor : TileCacheInfo Constructor(Int32,Int32,Int32,Point,LodInfo[])




width
Width of the tile cache.
height
Height of the tile cache.
dpi
DPI of the tile cache.
origin
Upper left point of origin of the tile cache.
lodInfos
Levels of detail for the tile cache.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpi As Integer, _
   ByVal origin As ESRI.ArcGIS.ADF.Web.Geometry.Point, _
   ByVal lodInfos() As LodInfo _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim dpi As Integer
Dim origin As ESRI.ArcGIS.ADF.Web.Geometry.Point
Dim lodInfos() As LodInfo
 
Dim instance As New TileCacheInfo(width, height, dpi, origin, lodInfos)
C# 
public TileCacheInfo( 
   int width,
   int height,
   int dpi,
   ESRI.ArcGIS.ADF.Web.Geometry.Point origin,
   LodInfo[] lodInfos
)

Parameters

width
Width of the tile cache.
height
Height of the tile cache.
dpi
DPI of the tile cache.
origin
Upper left point of origin of the tile cache.
lodInfos
Levels of detail for the tile cache.

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.