ArcObjects Library Reference (DataSourcesRaster)  

IPointMeasurement.XCoordinate Property

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

Product Availability

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

See Also

IPointMeasurement Interface