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


IRawBlocks.CreatePixelBlock Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRawBlocks.CreatePixelBlock Method

Create a compatible pixel block.

[Visual Basic .NET]
Public Function CreatePixelBlock ( _
) As IPixelBlock
[C#]
public IPixelBlock CreatePixelBlock (
);
[C++]
HRESULT CreatePixelBlock(
  IPixelBlock** ppPixelBlock
);
[C++]

Parameters ppPixelBlock [out, retval]
ppPixelBlock is a parameter of type IPixelBlock

Product Availability

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

See Also

IRawBlocks Interface

.NET Related Topics

How to access pixel data using the RawBlocks object