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


IPixelBlock3.Planes Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPixelBlock3 Interface > IPixelBlock3.Planes Property
ArcGIS Developer Help

IPixelBlock3.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(
  System.Int32* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type long*

Product Availability

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

Remarks

The Planes property returns the number of bands in the PixelBlock.

See Also

IPixelBlock3 Interface