ArcObjects Library Reference (GeoDatabase)  

IPixelBlock.Planes Property

The number of pixel arrays contained in the PixelBlock.

[Visual Basic .NET]
Public ReadOnly Property Planes As Integer
[C#]
public int Planes {get;}
[C++]
HRESULT get_Planes(
  long* val
);
[C++]

Parameters

val [out, retval]   val is a parameter of type long

Product Availability

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

See Also

IPixelBlock Interface

.NET Samples

Create a custom NoData pixel filter (Code Files: NodataFilter) | Create a custom raster function (Code Files: WatermarkFunction) |