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


IRawBlocks.CreatePixelBlock Method (ArcObjects .NET 10.6 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(
void
);

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