![]() ![]() |
ESRI.ArcGIS.ADF.Web | |
Envelope Constructor(Double,Double,Double,Double,Double,Double) | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.Geometry Namespace > Envelope Class > Envelope Constructor : Envelope Constructor(Double,Double,Double,Double,Double,Double) |
- minx
- Minimum X coordinate of the Envelope.
- miny
- Minimum Y coordinate of the Envelope. This is the bottom edge of the envelope.
- maxx
- Maximum X coordinate of the Envelope.
- maxy
- Maximum Y coordinate of the Envelope. This is the top edge of the envelope.
- minz
- Minimum Z (elevation) coordinate of the Envelope.
- maxz
- Maximum Z (elevation) coordinate of the Envelope.
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal minx As Double, _ ByVal miny As Double, _ ByVal maxx As Double, _ ByVal maxy As Double, _ ByVal minz As Double, _ ByVal maxz As Double _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim minx As Double Dim miny As Double Dim maxx As Double Dim maxy As Double Dim minz As Double Dim maxz As Double Dim instance As New Envelope(minx, miny, maxx, maxy, minz, maxz) |
Parameters
- minx
- Minimum X coordinate of the Envelope.
- miny
- Minimum Y coordinate of the Envelope. This is the bottom edge of the envelope.
- maxx
- Maximum X coordinate of the Envelope.
- maxy
- Maximum Y coordinate of the Envelope. This is the top edge of the envelope.
- minz
- Minimum Z (elevation) coordinate of the Envelope.
- maxz
- Maximum Z (elevation) coordinate of the Envelope.
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