ArcObjects Library Reference (Geoprocessing)  

IGPPoint.Y Property

The Y coordinate of the point.

[Visual Basic .NET]
Public Property Y As Double
[C#]
public double Y {get; set;}
[C++]
HRESULT get_Y(
  double* Y
);
[C++]
HRESULT put_Y(
  double Y
);
[C++]

Parameters

Y [out, retval]   Y is a parameter of type double Y [in]   Y is a parameter of type double

Product Availability

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

See Also

IGPPoint Interface