ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PutCoords Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Extent Class : PutCoords 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.
Set the coordinates of the extent.

Syntax

Visual Basic (Declaration) 
Public Sub PutCoords( _
   ByVal xMin As Double, _
   ByVal yMin As Double, _
   ByVal xMax As Double, _
   ByVal 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.PutCoords(xMin, yMin, xMax, yMax)
C# 
public void PutCoords( 
   double xMin,
   double yMin,
   double xMax,
   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.