HdrDataSet.TopFirst Property
Gets or sets a flag indicating if rasters are stored with the top or bottom row first.
Syntax
public System.Boolean TopFirst { get; set; }
Property Value
Default: true
True if the rasters are stored with the top row first, False if they are stored with the bottom row first.
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