ESRI.ArcGIS.ADF.Web.UI.WebControls
LevelMapping Constructor(ResourceDrawingMethod,Int32)
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LevelMapping Class > LevelMapping Constructor : LevelMapping Constructor(ResourceDrawingMethod,Int32)




drawingMethod
The drawing method of the map scale level.
levelIndex
The tiling scheme level-of-detail index.
Creates an instance of LevelMapping with the drawing method and level of detail index.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal drawingMethod As ResourceDrawingMethod, _
   ByVal levelIndex As Integer _
)
Visual Basic (Usage)Copy Code
Dim drawingMethod As ResourceDrawingMethod
Dim levelIndex As Integer
 
Dim instance As New LevelMapping(drawingMethod, levelIndex)
C# 
public LevelMapping( 
   ResourceDrawingMethod drawingMethod,
   int levelIndex
)

Parameters

drawingMethod
The drawing method of the map scale level.
levelIndex
The tiling scheme level-of-detail index.

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.