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


IPnt.Y Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPnt Interface > IPnt.Y Property
ArcGIS Developer Help

IPnt.Y Property

Y coordinate of the point.

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

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

Product Availability

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

See Also

IPnt Interface