ESRI.ArcGIS.ADF.Web.UI.WebControls
GetExtentOfTile Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > LevelScheme Class : GetExtentOfTile Method




column
Column of tile.
row
Row of tile.
Extent of the tile at the column/row specified.

Syntax

Visual Basic (Declaration) 
Public Function GetExtentOfTile( _
   ByVal column As Long, _
   ByVal row As Long _
) As Envelope
Visual Basic (Usage)Copy Code
Dim instance As LevelScheme
Dim column As Long
Dim row As Long
Dim value As Envelope
 
value = instance.GetExtentOfTile(column, row)
C# 
public Envelope GetExtentOfTile( 
   long column,
   long row
)

Parameters

column
Column of tile.
row
Row of tile.

Return Value

Envelope of the tile.

See Also

© 2010 All Rights Reserved.