Click here to view all files
 
Gets the minimum and maximum X, Y and Z coordinates of the Envelope.

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

Syntax

C#
public void GetCoordinates(
	out double xMin,
	out double yMin,
	out double zMin,
	out double xMax,
	out double yMax,
	out double zMax
)
Visual Basic (Declaration)
Public Sub GetCoordinates ( _
	<OutAttribute> ByRef xMin As Double, _
	<OutAttribute> ByRef yMin As Double, _
	<OutAttribute> ByRef zMin As Double, _
	<OutAttribute> ByRef xMax As Double, _
	<OutAttribute> ByRef yMax As Double, _
	<OutAttribute> ByRef zMax 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.
zMin
Type: System..::.Double %
The minimum Z (elevation) value 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.
zMax
Type: System..::.Double %
The maximum Z (elevation) value of the Envelope.

See Also

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