ArcGIS Pro 2.6 API Reference Guide
RasterPixelType Enumeration

ArcGIS.Core.Data.Raster Namespace : RasterPixelType Enumeration
Raster pixel types.
Syntax
Members
MemberDescription
CHAR Pixel values are 8-bit integers.
CLONG Pixel values are long integer complex.
COMPLEX Pixel values are single precision complex.
CSHORT Pixel values are short integer complex.
DCOMPLEX Pixel values are double precision complex.
DOUBLE Pixel values are double precision floating points.
FLOAT Pixel values are single precision floating points.
LONG Pixel values are 32-bit integers.
SHORT Pixel values are 16-bit integers.
U1 Pixel values are 1-bit unsigned integers.
U2 Pixel values are 2-bit unsigned integers.
U4 Pixel values are 4-bit unsigned integers.
UCHAR Pixel values are 8-bit unsigned integers.
ULONG Pixel values are 32-bit unsigned integers.
UNKNOWN Pixel values are unknown.
USHORT Pixel values are 16-bit unsigned integers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.Raster.RasterPixelType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Data.Raster Namespace