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


IRaster2.ToPixelRow 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.ToPixelRow Method
ArcGIS Developer Help

IRaster2.ToPixelRow Method

Maps a y coordinate in map space to the pixel row.

[Visual Basic .NET]
Public Function ToPixelRow ( _
    ByVal y As Double _
) As Integer
[C#]
public int ToPixelRow (
    double y
);
[C++]
HRESULT ToPixelRow(
  double y
);
[C++]
Parameters
y [in]

y is a parameter of type double

Product Availability

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

See Also

IRaster2 Interface