HdrDataSet.RasterCacheFilter Property
Gets or sets the down-sampling filter to use when creating raster overviews.
Syntax
public RasterCacheFilter RasterCacheFilter { get; set; }
Property Value
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.
Remarks
This property specifies how the raster overviews are created when using a raster cache, see RasterCachePolicy.
See RasterCacheFilter for a list of possible values.
Platforms
Windows, Linux, Android