ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
QueryCoords Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class : QueryCoords Method




xMin
The X coordinate of the extent's lower left.
yMin
The Y coordinate of the extent's lower left.
xMax
The X coordinate of the extent's upper right.
yMax
The Y coordinate of the extent's upper right.
Get the coordinates of the extent.

Syntax

Visual Basic (Declaration) 
Public Sub QueryCoords( _
   ByRef xMin As Double, _
   ByRef yMin As Double, _
   ByRef xMax As Double, _
   ByRef yMax As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As Extent
Dim xMin As Double
Dim yMin As Double
Dim xMax As Double
Dim yMax As Double
 
instance.QueryCoords(xMin, yMin, xMax, yMax)
C# 
public void QueryCoords( 
   out double xMin,
   out double yMin,
   out double xMax,
   out double yMax
)

Parameters

xMin
The X coordinate of the extent's lower left.
yMin
The Y coordinate of the extent's lower left.
xMax
The X coordinate of the extent's upper right.
yMax
The Y coordinate of the extent's upper right.

See Also

© 2010 All Rights Reserved.