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


IGPPoint.X Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPPoint Interface > IGPPoint.X Property
ArcGIS Developer Help

IGPPoint.X Property

The X coordinate of the point.

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

X is a parameter of type double* X [in]
X is a parameter of type double

Product Availability

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

See Also

IGPPoint Interface