AGI STK Graphics 11 Send comments on this topic.
ImageryPixelError Property (IAgStkGraphicsSceneGlobeOverlaySettings)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ImageryPixelError() As Double

[C#]
public double ImageryPixelError {get; set;}

[Managed C++]
public: __property double get_ImageryPixelError();
public: __property void set_ImageryPixelError(
double
);

[Unmanaged C++]
public: HRESULT get_ImageryPixelError(
double * pRetVal
);
public: HRESULT put_ImageryPixelError(
double NewImageryPixelError
);

[Java]
public double getImageryPixelError();public void setImageryPixelError(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1