ESRI.ArcGIS.ADF.Web.DataSources
LodInfo Constructor(Int32,Double,Double,Int32,Int32,Double,Double)
See Also  Send Feedback
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 New 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.

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.