This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.XCoordinate Property (ArcObjects .NET 10.4 SDK) |
The X or longitude measurement.
[Visual Basic .NET] Public Property XCoordinate As Double
[C#] public double XCoordinate {get; set;}
[C++]
HRESULT get_XCoordinate(
double* pXCoordinate
);
[C++]
HRESULT put_XCoordinate(
double pXCoordinate
);
[C++]
Parameters pXCoordinate [out, retval] pXCoordinate is a parameter of type double pXCoordinate [in] pXCoordinate is a parameter of type double