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


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

IRawBlocks.WriteBlock Method

Writes a raw pixel block.

[Visual Basic .NET]
Public Sub WriteBlock ( _
    ByVal tx As Integer, _
    ByVal ty As Integer, _
    ByVal Level As Integer, _
    ByVal pPixelBlock As IPixelBlock _
)
[C#]
public void WriteBlock (
    int tx,
    int ty,
    int Level,
    IPixelBlock pPixelBlock
);
[C++]
HRESULT WriteBlock(
  long tx,
  long ty,
  long Level,
  IPixelBlock* pPixelBlock
);
[C++]
Parameters
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 pPixelBlock [in]
pPixelBlock is a parameter of type IPixelBlock*

Product Availability

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

See Also

IRawBlocks Interface