ResampleOperator.Resolution Property
Gets or sets a value specifying how the resolution of the output raster is selected.
Syntax
public RasterResampleResolution Resolution { get; set; }
Property Value
Default: ViewRelative
Specified how the resolution of the output raster is selected.
Remarks
This property together with CellWidth and CellHeight determines the resolution of the output raster. It is also possible to specify that rasters should only be downsampled and never upsampled, see ViewRelativeNoUpsampling.
Platforms
Windows, Linux, Android