GridAsciiDataSet.BitDepth Property
Gets or sets the bit depth of the created rasters.
Syntax
public System.Int32 BitDepth { get; set; }
Property Value
Default: 8
A bit depth, valid values are 2, 4, 8, 16 or 32.
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