ArcGIS Pro 2.8 API Reference Guide
PixelBlock Class Members
Properties  Methods 


ArcGIS.Core.Data.Raster Namespace : PixelBlock Class

The following tables list the members exposed by PixelBlock.

Public Properties
 NameDescription
Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
Top
Public Methods
 NameDescription
Public Method Sets all values in the given plane to NoData. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
Public Method Gets the number of bytes per pixel for this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the height (number of rows) of this pixel block in pixels. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the NoData mask for the given plane from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the NoData mask value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a 2-dimensional array of pixels from this pixel block based on the given plane. This method must be called on the MCT. Use QueuedTask.Run.  
Public MethodGets the RasterPixelType of this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the number of planes (bands) in this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the pixel value for the given plane, column and row from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets the width (number of columns) of this pixel block in pixels. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a value indicating whether this pixel block has any data pixels. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Gets a value indicating whether the given plane from this pixel block has any NoData pixels. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets the NoData mask for the given plane from this pixel block. This method must be called on the MCT. Use QueuedTask.Run.  
Public Method Sets an array of pixels to this pixel block based on the given plane. This method must be called on the MCT. Use QueuedTask.Run.  
Top
See Also

Reference

PixelBlock Class
ArcGIS.Core.Data.Raster Namespace