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


IPixelBlock3.PixelType 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.PixelType Property
ArcGIS Developer Help

IPixelBlock3.PixelType Property

The pixel type of the PixelBlock.

[Visual Basic .NET]
Public Function get_PixelType ( _
    ByVal plane As Integer _
) As rstPixelType
[Visual Basic .NET]
Public Sub set_PixelType ( _
    ByVal plane As Integer, _
    ByVal pVal As rstPixelType _
)
[C#]
public rstPixelType get_PixelType (
    int plane
);
[C#]
public void set_PixelType (
    int plane,
    rstPixelType pVal
);
[C++]
HRESULT get_PixelType(
  long plane,
  rstPixelType* pVal
);
[C++]
HRESULT put_PixelType(
  long plane,
  rstPixelType pVal
);
[C++]
Parameters
plane [in]

plane is a parameter of type long pVal [out, retval]
pVal is a parameter of type rstPixelType* plane [in]
plane is a parameter of type long pVal [in]
pVal is a parameter of type rstPixelType

Product Availability

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

See Also

IPixelBlock3 Interface