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.