DataSetInfo.CellHeight Property
Gets or sets the height of a raster cell, expressed in Crs units, or zero for vector data.
Syntax
public System.Double CellHeight { get; set; }
Property Value
Default: 0.0
The height of raster cell, expressed in Crs units, or zero for vector data.
Remarks
If the children of a DataSetInfo have different values of CellHeight, then the parent CellHeight will be the smallest value (if necessary, the values are converted to the length unit of the parent Crs before the minimum is taken).
Platforms
Windows, Linux, Android