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


IPointMeasurement.YCoordinate Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.YCoordinate Property
ArcGIS Developer Help

IPointMeasurement.YCoordinate Property

The Y or latitude measurement.

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

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

Product Availability

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

See Also

IPointMeasurement Interface