SceneGlobeOverlaySettingsImageryPixelError Property |
Gets or sets the pixel error for imagery. This is the number of pixels that the rendered imagery is different from the actual imagery data. The default is 1.0 pixel.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double ImageryPixelError { get; set; }
Public Property ImageryPixelError As Double
Get
Set
public:
property double ImageryPixelError {
double get ();
void set (double value);
}
member ImageryPixelError : float with get, set
Property Value
Type:
DoubleSee Also