CM93RasterQuery.MinScale Property
Gets or sets the minimum scale level of data to read. Data with lower scale that this (higher resolution) will not be read.
Syntax
public System.Int32 MinScale { get; set; }
Property Value
Default: 0
The inverted value of the minimum scale. E.g. for a maximum scale of 1:10000, specify 10000.
Remarks
This property is not yet implemented; changing it will have no effect.
Platforms
Windows