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


IImageServer3.GetNativePixelBlock Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServer3 Interface > IImageServer3.GetNativePixelBlock Method
ArcGIS Developer Help

IImageServer3.GetNativePixelBlock Method

Gets a pixel block at a given block location for a specified raw source raster.

[Visual Basic .NET]
Public Function GetNativePixelBlock ( _
    ByVal RID As Integer, _
    ByVal IID As Integer, _
    ByVal tx As Integer, _
    ByVal ty As Integer, _
    ByVal Level As Integer _
) As Byte[]
[C#]
public Byte[] GetNativePixelBlock (
    int RID,
    int IID,
    int tx,
    int ty,
    int Level
);
[C++]
HRESULT GetNativePixelBlock(
  long RID,
  long IID,
  long tx,
  long ty,
  long Level
);
[C++]
Parameters
RID [in]

RID is a parameter of type long IID [in]
IID is a parameter of type long tx [in]
tx is a parameter of type long ty [in]
ty is a parameter of type long Level [in]
Level is a parameter of type long

Product Availability

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

See Also

IImageServer3 Interface