ArcGIS Pro 2.9 API Reference Guide
GetHeight Method (PixelBlock)

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

Return Value

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

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PixelBlock Class
PixelBlock Members