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


IRawBlocks.CreatePixelBlock 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.CreatePixelBlock Method
ArcGIS Developer Help

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