DataSetInfo.CellWidth Property
Gets or sets the width of a raster cell, expressed in Crs units, or zero for vector data.
Syntax
public System.Double CellWidth { get; set; }
Property Value
Default: 0.0
The width of raster cell, expressed in Crs units, or zero for vector data.
Remarks
If the children of a DataSetInfo have different values of CellWidth, then the parent CellWidth 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