ESRI.ArcGIS.Mobile
X Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Geometries Namespace > Coordinate Class : X Property

Gets or sets the X coordinate value.

Syntax

Visual Basic (Declaration) 
Public Property X As Double
C# 
public double X {get; set;}

Remarks

X is a parameter of type double. Returns and Sets the X coordinate of the Coordinate object. The X coordinate is the horizontal position of the Coordinate object.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also