GdalDataSet.MinimumTileHeight Property
Gets or sets the minimum height of raster tiles read from the GDAL library.
Syntax
public System.Int32 MinimumTileHeight { get; set; }
Property Value
Default: 128
The minimum tile height in pixels.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux, Android