ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
PutCoords Method
See Also  Send Feedback
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.

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.