ESRI.ArcGIS.ADF.Web.DataSources
LodInfo Constructor(Int32,Double,Double,Int32,Int32,Double,Double)
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > LodInfo Class > LodInfo Constructor : LodInfo Constructor(Int32,Double,Double,Int32,Int32,Double,Double)




levelID
ID of the level.
resolution
Resolution of the level of detail, in map units per pixel.
scale
Map scale of the level of detail.
columns
Number of columns.
rows
Number of rows.
tileExtentWidth
Horizontal map extent of each tile.
tileExtentHeight
Vertical map extent of each tile.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal levelID As Integer, _
   ByVal resolution As Double, _
   ByVal scale As Double, _
   ByVal columns As Integer, _
   ByVal rows As Integer, _
   ByVal tileExtentWidth As Double, _
   ByVal tileExtentHeight As Double _
)
Visual Basic (Usage)Copy Code
Dim levelID As Integer
Dim resolution As Double
Dim scale As Double
Dim columns As Integer
Dim rows As Integer
Dim tileExtentWidth As Double
Dim tileExtentHeight As Double
 
Dim instance As LodInfo(levelID, resolution, scale, columns, rows, tileExtentWidth, tileExtentHeight)
C# 
public LodInfo( 
   int levelID,
   double resolution,
   double scale,
   int columns,
   int rows,
   double tileExtentWidth,
   double tileExtentHeight
)

Parameters

levelID
ID of the level.
resolution
Resolution of the level of detail, in map units per pixel.
scale
Map scale of the level of detail.
columns
Number of columns.
rows
Number of rows.
tileExtentWidth
Horizontal map extent of each tile.
tileExtentHeight
Vertical map extent of each tile.

See Also

© 2010 All Rights Reserved.