ESRI.ArcGIS.ADF.Web.UI.WebControls
Tile Constructor(Int64,Int64)
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Tile Class > Tile Constructor : Tile Constructor(Int64,Int64)




column
Column index of the tile.
row
Row index of the tile.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal column As Long, _
   ByVal row As Long _
)
Visual Basic (Usage)Copy Code
Dim column As Long
Dim row As Long
 
Dim instance As Tile(column, row)
C# 
public Tile( 
   long column,
   long row
)

Parameters

column
Column index of the tile.
row
Row index of the tile.

See Also

© 2010 All Rights Reserved.