Initializes a new instance of the Envelope class with the specified minimum and maximum X, Y and Z coordinates and CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public Envelope(
	double xMin,
	double yMin,
	double zMin,
	double xMax,
	double yMax,
	double zMax,
	CoordinateSystem coordinateSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	xMin As Double, _
	yMin As Double, _
	zMin As Double, _
	xMax As Double, _
	yMax As Double, _
	zMax As Double, _
	coordinateSystem As CoordinateSystem _
)

Parameters

xMin
Type: System..::.Double
The minimum X coordinate of the new Envelope.
yMin
Type: System..::.Double
The minimum Y coordinate of the new Envelope.
zMin
Type: System..::.Double
The minimum Z value of the new Envelope.
xMax
Type: System..::.Double
The maximum X coordinate of the new Envelope.
yMax
Type: System..::.Double
The maximum Y coordinate of the new Envelope.
zMax
Type: System..::.Double
The maximum Z value of the new Envelope.
coordinateSystem
Type: ESRI.ArcGISExplorer.Geometry..::.CoordinateSystem
The CoordinateSystem of the new Envelope.

See Also

Relate Topics:
  Envelope Constructor
  Envelope Constructor (CoordinateSystem)
  Envelope Constructor (Double, Double, Double, Double)
  Envelope Constructor (Double, Double, Double, Double, CoordinateSystem)
  Envelope Constructor (Double, Double, Double, Double, Double, Double)
Created by Atop CHM to web converter,© 2009 all right reserved.