Gets the minimum and maximum X and Y coordinates of the Envelope.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public void GetCoordinates(
	out double xMin,
	out double yMin,
	out double xMax,
	out double yMax
)
Visual Basic (Declaration)
Public Sub GetCoordinates ( _
	<OutAttribute> ByRef xMin As Double, _
	<OutAttribute> ByRef yMin As Double, _
	<OutAttribute> ByRef xMax As Double, _
	<OutAttribute> ByRef yMax As Double _
)

Parameters

xMin
Type: System..::.Double %

The minimum X coordinate of the Envelope.
yMin
Type: System..::.Double %

The minimum Y coordinate of the Envelope.
xMax
Type: System..::.Double %

The maximum X coordinate of the Envelope.
yMax
Type: System..::.Double %

The maximum Y coordinate of the Envelope.

See Also