This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPointMeasurement Interface > IPointMeasurement.YCoordinate Property (ArcObjects .NET 10.5 SDK) |
The Y or latitude measurement.
[Visual Basic .NET] Public Property YCoordinate As Double
[C#] public double YCoordinate {get; set;}
[C++]
HRESULT get_YCoordinate(
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