ArcGIS Pro 2.8 API Reference Guide
GetWidth Method (PixelBlock)

ArcGIS.Core.Data.Raster Namespace > PixelBlock Class : GetWidth Method
Gets the width (number of columns) of this pixel block in pixels. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public int GetWidth()
Public Function GetWidth() As Integer

Return Value

An integer representing the width of this pixel block in pixels.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members