Initializes a new instance of the Envelope class with the specified CoordinateSystem.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Envelope(
	CoordinateSystem coordinateSystem
)
Visual Basic (Declaration)
Public Sub New ( _
	coordinateSystem As CoordinateSystem _
)

Parameters

coordinateSystem
Type: ESRI.ArcGISExplorer.Geometry..::.CoordinateSystem

The CoordinateSystem of the new Envelope.

See Also