RpfQuery.ScaleFactor Property
Gets or sets a value multiplied to the view scale when picking sub-datasets.
Syntax
public System.Double ScaleFactor { get; set; }
Property Value
Default: 1.0
A scale factor.
Remarks
This value is multiplied to the current view scale before passing into the sub-dataset picking algorithm. Use this property to read data in a higher (ScaleFactor < 1) or lower (ScaleFactor > 1) resolution than would be returned from the dataset with a 1.0 factor.
Set this property to 0 - at your own risk - to always get the data of the highest resolution available in the MinScale to MaxScale range.
Platforms
Windows, Linux, Android