ArcObjects Library Reference (GeoDatabase)  

IRasterCursor.PixelBlock Property

The current PixelBlock.

[Visual Basic .NET]
Public ReadOnly Property PixelBlock As IPixelBlock
[C#]
public IPixelBlock PixelBlock {get;}
[C++]
HRESULT get_PixelBlock(
  IPixelBlock** val
);
[C++]

Parameters

val [out, retval]

  val is a parameter of type IPixelBlock

Product Availability

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

See Also

IRasterCursor Interface

.NET Related Topics

How to access pixel data using a raster cursor |