ArcObjects Library Reference  (Geometry)    

IPoint.Y Property

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

);

[C++]

Parameters

Y [out, retval]

  Y is a parameter of type double

Y

  Y is a parameter of type double

Product Availability

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

Description

Returns and Sets the Y coordinate of the Point.  The Y coordinate is the vertical position of the point.

Remarks

 

Point Y Coord Example

See Also

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

Example

IPoint_prop_Example

 


Feedback Send feedback on this page