ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Raster Namespace / PixelBlock Class


In This Topic
    PixelBlock Class Methods
    In This Topic

    For a list of all members of this type, see PixelBlock members.

    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