Gets or sets the X coordinate of the point.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Field Value
The X coordinate.Remarks
To efficiently set the location of a Point, you can use the overloaded SetCoordinates(Double, Double, Double) method to set the X, Y and Z properties of an existing Point in one method call.
In geographical coordinate systems, the X coordinate is equivalent to the longitude.