This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPnt Interface > IPnt.X Property (ArcObjects .NET 10.4 SDK) |
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