The Y coordinate.
[Visual Basic 6.0] Property Y As Double
[Visual Basic .NET] Public Property Y As Double
[C#] public double Y {get; set;}
[Java] public Double getY() throws IOException, AutomationException
[Java] public void setY( Double Y ) throws IOException, AutomationException
[C++]
HRESULT get_Y(
double* Y
);
[C++] HRESULT put_Y( double Y);
Parameters
Y [out, retval]
Y is a parameter of type double
Y
Y is a parameter of type double
Returns and Sets the Y coordinate of the Point. The Y coordinate is the vertical position of the point.

IPoint Interface | IPoint.X Property | IPoint.Z Property | IPoint.M Property