![]() ![]() |
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.
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) | ![]() |
---|---|
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.
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