ESRI.ArcGIS.ADF.Web.UI.WebControls
GetExtentOfTile Method
See Also  Send Feedback
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 ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Visual Basic (Usage)Copy Code
Dim instance As LevelScheme
Dim column As Long
Dim row As Long
Dim value As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
 
value = instance.GetExtentOfTile(column, row)
C# 
public ESRI.ArcGIS.ADF.Web.Geometry.Envelope GetExtentOfTile( 
   long column,
   long row
)

Parameters

column
Column of tile.
row
Row of tile.

Return Value

Envelope of the tile.

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.