This document is archived and information here might be outdated.  Recommended version.


IPointMeasurement.XCoordinate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.XCoordinate Property
ArcGIS Developer Help

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(
  System.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