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


IRaster2.ToMapY Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRaster2 Interface > IRaster2.ToMapY Method
ArcGIS Developer Help

IRaster2.ToMapY Method

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
);
[C++]
Parameters
iRow [in]

iRow is a parameter of type long

Product Availability

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

See Also

IRaster2 Interface