Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
ArcGIS Explorer Component Help
Envelope
.
.
::
.
XMax Property
Envelope Class
See Also
Gets or sets the maximum X coordinate 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
double
XMax
{
get
;
set
; }
Visual Basic (Declaration)
Public
Property
XMax
As
Double
Field Value
The maximum X coordinate.
See Also
Envelope Class
ESRI.ArcGISExplorer.Geometry Namespace
Point
.
.
::
.
X