ESRI.ArcGIS.Mobile
TileIndex Constructor
See Also  Send Feedback
ESRI.ArcGIS.Mobile.DataProducts.RasterData Namespace > TileIndex Class : TileIndex Constructor

levelOfDetail
Level
x
X
y
Y
TileIndex

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal levelOfDetail As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
C# 
public TileIndex( 
   int levelOfDetail,
   int x,
   int y
)

Parameters

levelOfDetail
Level
x
X
y
Y

Requirements

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