Maps a pixel row to the y coordinate in map space.
[Visual Basic .NET] Public Function ToMapY ( _ ByVal iRow As Integer _ ) As Double
[C#] public double ToMapY ( int iRow );
[C++]
HRESULT ToMapY(
long iRow,
double* pY
);
[C++]Parameters
iRow [in] iRow is a parameter of type long pY [out, retval] pY is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.