ESRI.ArcGIS.ADF.Web.UI.WebControls
LevelMapping Constructor(ResourceDrawingMethod,Int32)
See Also 
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 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.

See Also

© 2010 All Rights Reserved.