RpfQuery.MinScale Property
Gets or sets a value indicating the minimum scale (highest resolution) that will be read.
Syntax
public System.Double MinScale { get; set; }
Property Value
Default: 0.0
The inverted value of the minimum scale. E.g. for a minimum scale of 1:10000, specify 10000.
Remarks
The sub-dataset picking algorithm only select datasets from the datasets that have a scale that is higher than this value. Use it to prevent loading of high resolution data.
Platforms
Windows, Linux, Android