ArcObjects Library Reference (GeoDatabase)  

IPnt.X Property

X coordinate of the point.

[Visual Basic .NET]
Public Property X As Double
[C#]
public double X {get; set;}
[C++]
HRESULT get_X(
  double* val
);
[C++]
HRESULT put_X(
  double val
);
[C++]

Parameters

val [out, retval]   val is a parameter of type double val [in]   val is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPnt Interface